APAmrit Poudelinamritpoudel.hashnode.dev·Nov 1, 2023 · 3 min readUnderstanding AWS Config | Day 25Introduction AWS Config is a service provided by Amazon Web Services (AWS) that helps us assess, audit, and monitor the configuration of our AWS resources. It enables us to track changes to our resources and their compliance with our desired designs,...00
APAmrit Poudelinamritpoudel.hashnode.dev·Oct 28, 2023 · 2 min readUnderstanding Secret Management on AWS | Day 23In AWS, we have two secret management services known as AWS Systems Manager and AWS Secrets Manager which have different purposes when it comes to managing and storing sensitive information. AWS Systems Manager: AWS Systems Manager is a versatile se...00
APAmrit Poudelinamritpoudel.hashnode.dev·Oct 28, 2023 · 8 min readApplication Deployment on AWS EKS: A Hands-On Project.Introduction Amazon EKS is a managed service that eliminates the need to install, operate, and maintain our own Kubernetes control plane on AWS. In Kubernetes, a cluster is made up of two key components: the control plane and the data plane. The cont...00
APAmrit Poudelinamritpoudel.hashnode.dev·Oct 17, 2023 · 2 min readUnderstanding AWS ECR | Day 20Introduction ECR (Elastic Container Registry) is a fully managed container registry service provided by Amazon Web Services (AWS) that makes it easy for developers to store, manage, and deploy Docker container images. We can say ECR does the same wor...00
APAmrit Poudelinamritpoudel.hashnode.dev·Oct 16, 2023 · 5 min readUnderstanding AWS Cloud Front | Day 19Introduction CloudFront is a content delivery network (CDN) service provided by Amazon Web Services (AWS). We can set up the cloud front ahead of the S3 bucket or EC2 instance or any load balancer that will help us prevent the request directly to the...01N