AKAnkit Kumar Jaiswalinankitkumarjaiswal.hashnode.dev·Oct 8, 2023 · 4 min read3-tier Architecure in AWS using TerraformThere is basic Pre-requisites required before going to perform this project. These are like which I have understand and gone through are given below- -AWS Knowledge Virtual Private Cloud (VPC) Subnets, NACLs, Security groups, NAT gateways, Internet g...00
AKAnkit Kumar Jaiswalinankitkumarjaiswal.hashnode.dev·Oct 1, 2023 · 10 min readDay 49 - INTERVIEW QUESTIONS ON AWSName 5 aws services you have used and what's the use cases? Amazon EC2 (Elastic Compute Cloud): Use Case: Deploy virtual servers (EC2 instances) to host applications, websites, and services. Scale computing resources up or down as needed. Amazon ...00
AKAnkit Kumar Jaiswalinankitkumarjaiswal.hashnode.dev·Aug 27, 2023 · 3 min readDay 44: Relational Database Service in AWSRDS: Amazon Relational Database Service (Amazon RDS) is a collection of managed services that makes it simple to set up, operate, and scale databases in the cloud. Task-01 Create a Free tier RDS instance of MySQL 1.Create an EC2 instance Go to the ...00
AKAnkit Kumar Jaiswalinankitkumarjaiswal.hashnode.dev·Aug 26, 2023 · 2 min readDay 43: S3 Programmatic access with AWS-CLIS3: Amazon Simple Storage Service (Amazon S3) is an object storage service that provides a secure and scalable way to store and access data on the cloud. It is designed for storing any kind of data, such as text files, images, videos, backups, and mo...00
AKAnkit Kumar Jaiswalinankitkumarjaiswal.hashnode.dev·Aug 25, 2023 · 2 min readDay 42: IAM Programmatic access and AWS CLIIAM Programmatic access: In order to access your AWS account from a terminal or system, you can use AWS Access keys and AWS Secret Access keys. AWS CLI: The AWS Command Line Interface (AWS CLI) is a unified tool to manage your AWS services. With just...00