Posts

EKS Training at LinuxWorld Information Pvt Ltd.

EKS Training at LinuxWorld Information Pvt Ltd . By- SHIVANGI SAXENA Tasks that i have completed during this training are mentioned below:- TASK : 1. Created a Kubernetes Cluster using AWS EKS. 2. Integrate of EKS with Services like Ec2, EBS, EFS, LB. 3. Create a Multi-tier Architecture of WordPress & MySQL on the top of EKS 4. Using Helm to install Prometheus and Grafana Given below here is the Github link on which I have uploaded my document in which I have performed the tasks that are mentioned above in a very systematic manner with the Screenshots. In this document, I have also included the summary as well as the description of the topics being covered. EKS-TASKS or GITHUB LINK: -    https://github.com/shivangisx/EKS-TASK.git

Automation On AWS by Using Terraform

Image
by:- SHIVANGI SAXENA How can we set up an Infrasture of AWS by using Terraform? What is Terrafrom ? Terraform Cloud is a free to use SaaS application that provides the best workflow for writing and building infrastructure as code with Terraform. Share infrastructure as code Empower your team to rapidly review, comment, and iterate on Infrastructure as Code. Task Synopsis 1. Create the security group which allow the port 80. 2. Launch EC2 instance. 3. In this Ec2 instance use the key and security group which we have created in step 1. 4. Launch one Volume (EBS) and mount that volume into /var/www/html 5. A developer has uploaded 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. Steps