lalitakashyapawsblog.devStep-by-Step Guide to Hosting a Static Website on Amazon S3From the AWS Management Console, click on "Services" and then select "S3" under the Compute section or search for "S3". Clock on "Create S3 bucket" Give name of bucket Disable the public access Acknowledge turning off all public access ...Jul 31, 2024·3 min read
lalitakashyapawsblog.devStep-by-Step Guide to Creating and Managing S3 BucketsHow to create S3 bucket From the AWS Management Console, click on "Services" and then select "S3" under the Compute section or search for "S3". Click on "Create bucket" Give bucket name and object ownership is disabled for now(if you want to g...Jul 30, 2024·2 min read
lalitakashyapawsblog.devStep-by-Step Guide to Configuring a Web Application Firewall in AWSFrom the AWS Management Console, click on "Services" and then select "WAF" under the Compute section or search for "waf" and click on "Create web ACL". Give name of waf Click on "Add AWS resources" Attach load balancer and click "Next" Cl...Jul 23, 2024·1 min read
lalitakashyapawsblog.devStep-by-Step Guide to Scaling EC2 InstancesAmazon EC2 Auto Scaling is a feature of AWS that automatically adjusts the number of EC2 instances in your application to handle the load and maintain performance. Click on "Auto Scaling Groups" in EC2 Dashboard Click on "Create Auto Scaling grou...Jul 22, 2024·2 min read
lalitakashyapawsblog.devStep-by-Step Guide: Creating a Template with an InstanceHow to create template using instance Click on instance "check box" and then click on "Actions". Give template name and version Add user data at end(if you want instance create with installed Software) #!/bin/bash sudo apt-get update -y sudo...Jul 17, 2024·1 min read