DevOps Tasks

1000 tasks on the making

01. Create simple EC2 by using CloudFormation with specific IPs enabled in the security Group.
02. Install Jenkins on EC2 
03. Create a Jenkins Job: Git clone a repo and run a specific file

	Use Groovy for this
04. Jenkins Job: git clone a flask app and run it through jenkins
	Use Groovy for this
05. Create an Image from a running EC2 instance
06. Launch an instance with recently created instance
07. Install Vector on Ubuntu
	https://rajasgs.github.io/wiki/vector.html
08. Create Launch template by using recent EC2 that you have created. 
09. Automate the EC2 new Launch template version with new changes in the Ec2 on specific repository
10. Create S3 folder and upload a multiple files into S3 folder. Show the files with CloudFront
11. Create Aurora-Postgres DB 
12. Provide EC2 Bastion for the DB you have created recently. 
13. Connect your flask logs to Kibana by using Vector 
14. Create Autoscaling group which will scale up based on the SQS messages. 
	Each instance should consume 5 messages per minute.
	Max 3 instances should be used for testing 

Last updated

Was this helpful?