hrshmistry / Cloud-Automation-Terraform

End To End AWS Cloud Infrastructure Automation Through Terraform by HashiCorp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

End To End AWS Cloud Infrastructure Automation Through Terraform by HashiCorp

GitHub GitHub top language

Things Included In This Project Are...

  • Create the key and security group which allow the port 80.
  • Launch EC2 instance.
  • In this Ec2 instance use the key and security group which we have created.
  • Launch one Volume (EBS) and mount that volume into /var/www/html.
  • Developer have uploded the code into github repo also the repo has some images.
  • Copy the github repo code into /var/www/html
  • Create S3 bucket, and copy/deploy the images from github repo into the s3 bucket and change the permission to public readable.
  • Create a Cloudfront using s3 bucket(which contains images) and use the Cloudfront URL to update in code in /var/www/html
  • create snapshot of ebs

For the complete post click here.

Way to Dev.to Post

Way to Twitter Post

Way to LinkedIn Post

SUPPORT THE WORK

GitHub followers GitHub stars GitHub forks

About

End To End AWS Cloud Infrastructure Automation Through Terraform by HashiCorp

License:MIT License


Languages

Language:HCL 88.5%Language:HTML 11.5%