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,…
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- FAQs
QUIZ
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…
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 – 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 Certified Solutions Architect – Associate-Exam Details AWS Certified Solutions Architect – Associate Exam Content Outline
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 …