AWS – Cloud Formation AWS CloudFormation Speed up cloud provisioning with infrastructure as code Prerequisite : Download and Install VSCode Add CloudFormation Linter Extension to VSCode Python latest version is to be installed on your system …
AWS Lambda- API Gateway API Gateway AWS- API Gateway Documentation Lambda: AWS – Lambda documentation Example API Gateway with Lambda Step 1: Select Lambda service and Click on Create function button. Step 2: Select the following properties …
AWS – Cloud Watch CloudWatch:- Monitoring service on the basis of metrics States of Alarm In Alarm: – If the metric value is greater than a threshold value. Eg if you have set the threshold value of CPU utilization is…
AWS- System Session Manager (SSM) Session Manager It is a part of the System Manager service of AWS and it is used for patch management for AWS instances. Step 1: Create a role for EC2 service with permission AmazonSSMManagedInstanceCore Step 2:…
AWS – Transit Gateway Step 1: Remove the peering connection from Route Tables and also delete the peering connection Step 2: Select Transit Gateway From VPC left panel option. Step 3: Click on Create Transit Gateway. Step 4: Define the…
AWS – VPC Peering Step 1:- Create 2 VPC myvpc -1 (10.10.0.0/16) and myvpc -2 (10.0.0.0/16) and its required components like subnet, Route Tables, IGW etc. (You can create VPC by using VPC with all its components option.) Step 2:…
AWS -VPC VPC is Region-wise, by default you can create max 5 VPC Range of IP Address are defined for each VPC. CIDR Range: Range of IP address in a network. Example CIDR:- 192.168.0.0/16 Because we are using /16 so…