apurvaws.hashnode.devAWS Code deployNow create an EC2 instance and give tags here, tags are basically used for Indentifation purpose. This tags play critical role in AWS Devops , code deploy. Infuture if there are 100s of ec2 instace Code deploy will understand to which ec2 we need to ...Jan 30·3 min read
apurvaws.hashnode.devAWS Cloud Front (CDN)Before we Understand CloudFront, we need to understand CDN (Content Delivy Network). So what happens in the Infrastrucure, that , files, folder, video, audio is all saved to the server and from that server it is being distributed to anyone. No the la...Jan 29·4 min read
apurvaws.hashnode.devWhat is AWS ECR? Everything You Need to KnowECR is AWS service which is used to Store Container Images, like DockerHub E Stands for Elastic Means, Its Scalable and Available C Stands for Container R Stands for Registry So ECR is basically manager container Registry like Dockerhub, which is in ...Jan 28·3 min read
apurvaws.hashnode.devAws Ecs & EksBefore we talk about ECS, we need to understand what id Docker and what were its limitations. So Docker is basically a platform for containerization, and when there is multiple pods or container are running , then we need a way to handle the workload...Jan 27·4 min read
apurvaws.hashnode.devAWS Secret management , AWS System manager Parameter Store and HashiCorp VaultAWS Secrets Manager vs AWS Systems Manager Parameter Store: When to Use What Managing sensitive information like API keys, passwords, or configuration parameters is critical for secure application development. AWS offers two robust services to help: ...Jan 26·2 min read