- Step-By-Step Guide: How to create an AMI from an EC2 InstanceHigh-level Architecture Step 1. Create an EC2 instance a. Create an EC2 instance with the following config b. Create a Key Pair (pem extension), with name MyKeyPair c. Create a Security Group named ‘MyEC2Server_SG’, to …read more
- Step-By-Step Guide: How to Enable Versioning for AWS S3Versioning High-Level Architecture Diagram Step 1. Sign in to AWS Management Console. Step 2. Create an S3 bucket. Step 3. Enable versioning on the S3 bucket. Step 4. Upload an object and make the bucket …read more
- Step-By-Step Guide: How to use AWS Secrets ManagerArchitecture Diagram Step-By-Step Guide Step 1. Create Aurora Serverless Database with Creds a. Go to Amazon Console and Search for RDS b. Click on the “Create database” button c. Select the following configurations Step 2. …read more
- Step-By-Step Guide: Enable sticky sessions in the Application Load balancerArchitecture Diagram Step-By-Step Guide Step 1. Create a Security Group for the load balancer and EC2 Instance a. Sign in to AWS Console and search for EC2 b. Navigate to Network & Security > Security …read more
- Step-By-Step Guide: Mount Elastic File System (EFS) on EC2A step-by-step guide on how to mount Elastic File System (EFS) on AWS EC2 instances. Architecture Diagram Step 1. Launch Two EC2 Instances a. Launch an EC2 instance with the following configuration. Name: MyEC2-1 b. …read more
- Step-By-Step Guide: Accessing S3 objects via S3 Pre-signed URLsAccessing S3 objects via S3 Pre-signed URLs generated using Python Flask Server deployed on Amazon Ec2 instance. High-level Architecture Step 0. Create an S3 bucket, copy the Image file and the code a. Create an …read more
- Step-By-Step Guide: Allocate Elastic IP Address and Associating with an EC2 instanceIntroduction Elastic IP addresses are an essential component of Amazon Web Services (AWS), particularly when it comes to EC2 instances. Elastic IP addresses provide a static public IPv4 address that you can allocate to your …read more
- Streamlining Real Estate Research: A Telegram Bot with Zillow and Google Maps IntegrationStreamlining Real Estate Research In today’s fast-paced world, where time is of the essence, finding the perfect home can be daunting. It often involves browsing multiple platforms, gathering data, and cross-referencing information. However, thanks to …read more
- Step by Step Guide: Launch and Connect to an AWS EC2 instanceStep 1. Sign in to AWS Management Console Step 2. Launch an EC2 Instance with desired specifications Click > Launch Instance Step 3. Connect to an EC2 instance Select EC2 Instance Connect option and click on Connect button Step …read more
- AWS EC2 Termination LogicWhen it comes to EC2 instances termination logic, or scale-in events, Amazon EC2 follows a well-defined process to efficiently manage and optimize resource allocation. The termination logic primarily revolves around removing instances from an Auto …read more