
Table of Contents What is API Gateway? Why and How? What is it? Why use it? How does it work? Understanding API Methods Tutorial: Creating Your First API with Lambda Step 1: Create a Simple Lambda Function Step 2: Create a REST API in API Gateway Step 3: Create a Resource and Method Step 4: Deploy Your API Proxy …
Read More
S3 Bucket Presentation S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket S3 Bucket …
Read More
- Introduction Security in the cloud is not just an option; it's an imperative. Much like a well-guarded fortress, your cloud infrastructure needs robust, scalable defenses. AWS provides us with a wealth of tools and best practices for this task, but managing them manually can feel like trying to organize an unruly …
Read More
Navigating the intricacies of Amazon Web Services (AWS) can be a complex task. Even seasoned developers working with Infrastructure as Code (IaC) tools like Terraform and CloudFormation may occasionally face frustrating obstacles. A common stumbling block arises from conflicts in Virtual Private Cloud (VPC) settings, …
Read More
This blog post is going to be a comprehensive guide on managing the AWS IAM User, IAM Roles and IAM Policies using Terraform. Managing IAM Users, Roles and Policies are always crucial from a security perspective. Proper management of the IAM User, IAM Roles and IAM Policies can really improve the operational burden as …
Read More
This blog post will guide you on how to use Terraform-Provisioners to copy/upload files to EC2 as well as the S3 bucket. Table of Content Pre-requisites Setup AWS credentials in the Terraform file Setup an EC2 instance, a security group, and SSH key pair resources. Use file provisioner to upload the file to EC2 Upload …
Read More
In this blog post we will take a look on how to fix the issue of Error: Creating EC2 Subnet: InvalidSubnet.Range: The CIDR '100.1.1.0/24' is Invalid Error: creating EC2 Subnet: InvalidSubnet.Range: The CIDR '100.1.1.0/24' is invalid Table of Content Introduction Understanding the Error InvalidSubnet.Range Error …
Read More
I got stuck with the error InvalidParameter: Security group sg-08e153383fca86934 and subnet subnet-00e3adcfceb3cf8ee belong to different networks when I was working on one of AWS project where I need to set-up following using Terraform - VPC Subnet Internet Gate, NAT Route Table EC2 Instance Security group Here is …
Read More
I thought of writing this blog because I have a personal AWS account which I generally use for learning purposes but a couple of months ago assigned the Elastic IP address to one of my experimental EC2 accounts and forgot about deleting the EC2 instance as well as releasing(deleting) Elastic IP addressfor about a …
Read More
This is a short troubleshooting blog post on how to fix the following error when performing the aws ecr get-login-password --region <region-name> | docker login - Here is a little brief about the error - Error saving credentials: error storing credentials - err: exit status 1, out: Post …
Read More