Document

SUBSCRIBE TO GET FULL ACCESS TO THE E-BOOKS FOR FREE 🎁SUBSCRIBE NOW

Professional Dropdown with Icon

SUBSCRIBE NOW TO GET FREE ACCESS TO EBOOKS

Category Uncategorized

S3 Bucket Access Policy

S3 Bucket Access Policy  Bucket Policy It is a resource-based policy for all the objects of a bucket. It is in Json format Effects are either Allow or Deny GET for reading access, CREATE for create, PUT for the update,…

AWS – WAF

AWS – Web Application Firewall (WAF) Step 1: Create 2 EC2 instances in different AZs and install httpd and update the index.html file under /var/www/html folder so that you can differentiate these 2 instances’ webservers. Step 2: Create Application LB…

AWS – EKS

 1.    AWS-EKS Introduction 2.    EKS-Lab Setup 3.    NodeGroup Operations 4.    Cluster-AutoScaler 5.     Cloud Watch Logging 6.    Kubernetes Dashboard 7.     Deploy Stateful Application using EBS 8.    Deploy Stateful Application using EFS

AWS – ECS

AWS – Elastic Container Service( ECS)  ECS is a cluster created on the AWS environment for supporting container services. Container services can be implemented using Fargate which is a serverless solution or using EC2 instance-based solution.  Create a Fargate ECS cluster. Step…

AWS- Beanstalk

AWS – Beanstalk Deploy Application using Serverless end to end service Beanstalk  Step 1: Select Elastic Beanstalk service. Step 2: Click on Create Application           Application Name: MyApp           Platform: PHP  …