❗ Task AWS Certified Solutions Architect (CSA) ❗



AWS CSA TASK 1

Read at least one case study or stories of companies that got benefitted from AWS according to your interest field and then create a blog/article of the same.


View Task

AWS CSA TASK 2

  • Create a key pair
  • Create a security group
  • Launch an instance using the above created key pair and security group.
  • Create an EBS volume of 1 GB.
  • The final step is to attach the above created EBS volume to the instance you created in the previous steps.

View Task

AWS CSA TASK 3

  • Create an AWS EC2 instance
  • Configure the instance with Apache Webserver
  • Download php application name "WordPress".
  • As wordpress stores data at the backend in MySQL Therefore, you need to setup a MySQL server using AWS RDS service using Free Tier.
  • Provide the endpoint/connection string to the WordPress application to make it work.

View Task

AWS CSA TASK 4

Research on industrial use cases of AWS SQS and create a blog/article for the same.


View Task

AWS CSA TASK 5

Create High Availability Architecture with AWS CLI

  • Webserver configured on EC2 Instance
  • Document Root(/var/www/html) made persistent by mounting on EBS Block Device.
  • Static objects used in code such as pictures stored in S3
  • Setting up Content Delivery Network using CloudFront and using the origin domain as S3 bucket.
  • Finally place the Cloud Front URL on the webapp code for security and low latency.

View Task


❗ Task Terraform Training ❗



Terraform TASK 1

Read at least one case study or stories of companies that got benefitted from AWS according to your interest field and then create a blog/article of the same.


View Task

Terraform TASK 2

✍ Create a key pair
✍ Create a security group
✍ Launch an instance using the above created key pair and security group.
✍ Create an EBS volume of 1 GB.
✍ The final step is to attach the above created EBS volume to the instance you created in the previous steps.

View Task

Terraform TASK 5

✍ Launch One VPC in north verginia having name as lwterra
✍ Create EC2 instance in this VPC
✍ Launch Webserver using apache
✍ Create a index.html file having content about your skills
✍ Start the webserver on port 80
✍ Create the snapshot of volume attached with the EC2 instance
✍ Destroy all the resources created in this task

View Task