Posts

Showing posts from July, 2020

HYBRID MULTI-CLOUD TASK-4

Image
Hello everyone!! Now I want to share the detail of  task-4 assigned by our mentor, Vimal Daga sir. All thanks to Vimal sir for giving the right education and mentoring me.  Here I completed my task-4: discription of task-4: Perform task-3 with an additional feature to be added that is NAT Gateway to provide the internet access to instances running in the private subnet. Performing the following steps: 1.  Write an Infrastructure as code using terraform, which automatically create a VPC. 2.  In that VPC we have to create 2 subnets:     1.   public  subnet [ Accessible for Public World! ]      2.   private subnet [ Restricted for Public World! ] 3. Create a public facing internet gateway for connect our VPC/Network to the internet world and attach this gateway to our VPC. 4. Create  a routing table for Internet gateway so that instance can connect to outside world, update and associate it with public subnet. 5....

HYBRID MULTICLOUD COMPUTING-TASK 2

Image
Hello everyone, Now task-2 was assigned so I would like to share my experience on this. Thanks to Vimal Daga sir and the whole team of linuxworld. Task :  Create/launch Application using Terraform 1. Create Security group which allow the port 80. 2. Launch EC2 instance. 3. In this Ec2 instance use the existing key or provided key and security group which we have created in step 1. 4. Launch one Volume using the EFS service and attach it in your vpc, then mount that volume into /var/www/html 5. Developer have uploded the code into github repo also the repo has some images. 6. Copy the github repo code into /var/www/html 7. Create S3 bucket, and copy/deploy the images from github repo into the s3 bucket and change the permission to public readable. 8 Create a Cloudfront using s3 bucket(which contains images) and use the Cloudfront URL to  update in code in /var/www/html  prerequisites: AWS account (if not created) Create an IAM user account and download credentails Download...