SGSiddharth Guptainsiddharth48.hashnode.dev·Aug 12, 2024 · 9 min readAWS S3 Bucket creation, S3 Bucket host Static Website, IAM User creation and Policies assign, Security Best Practices IN IAM and AWS CLILogin to AWS console. Go to search button and search S3 click on it. Click on Create Bucket Enter the bucket Name---siddharth-bucket and AWS region is US East (Ohio) us-east-2 5. Object ownership ACLs disabled already and also AWS recomme...00
SGSiddharth Guptainsiddharth48.hashnode.dev·Jun 9, 2024 · 6 min readCreated AWS EC2 templates and deployed a Nginx web server using Autoscaling and Elastic Loadbalancer.1. Create AWS EC2 instance. Search on google "https://aws.amazon.com/" and AWS console open. Click on Sign In to the Console AWS login console open like below, Enter id and password login it Now AWS dashboard open. Search on AWS console EC2 (Virtu...00
SGSiddharth Guptainsiddharth48.hashnode.dev·May 5, 2024 · 7 min readAutomating Three-tier Application DevOps Project | Docker ComposeWhat is docker compose? Docker Compose is a tool used to define and run multi-container Docker applications. It allows you to use a YAML file to configure the services, networks, and volumes for your application's containers, making it easier to mana...00
SGSiddharth Guptainsiddharth48.hashnode.dev·Apr 21, 2024 · 3 min readDockerize a Three-tier Open-source application as a DevOps EngineerDocker Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units called containers that have everything the software needs to run including libraries, system tools,...00
SGSiddharth Guptainsiddharth48.hashnode.dev·Apr 13, 2024 · 5 min readContributing to Open-Source DevOps Projects with Git & GitHubGit and GitHub Open source----Source means source code. Open source--->GitHub--->Create GitHub account--->Explore-->you can pick a project and find the issues on project. Git-Git is a tool that is version control system. A lot of people If you are wo...00