Vu Daovumdao.hashnode.net·Feb 23, 2023CI/CD For CDN Invalidation Using AWS Lambda Function And Gitlab Pipeline- CloudFront can speed up the delivery of your static content (for example, images, style sheets, JavaScript, and so on) to viewers across the globe. By using CloudFront, you can take advantage of the AWS backbone network and CloudFront edge servers ...Discuss·8 likes·36 readsGitLab
Vu Daovumdao.hashnode.net·Dec 27, 2020Amazon Simple Systems Manager (SSM)####AWS Systems Manager is a collection of capabilities that helps you automate management tasks. This post describe how to send command to an EC2 instance using python boto3 ###1. Systems Manager prerequisites ####1.1 Install SSM agent SSM Agent i...Discuss·49 readsAWS
Vu Daovumdao.hashnode.net·Feb 23, 2023Scan AWS IAM Keys In A CommitSometimes developers add their env file to git commit which contains AWS Access key, to avoid this, we can use git HOOK to check personal key first and use merge_request pipeline job to check before merging the commit to branch What’s In This Docume...DiscussAWS
Vu Daovumdao.hashnode.net·Apr 23, 2023Manage IAM Access Key Of AWS Service Connection In Azure Devops PipelineAbstract Service Connection represents a Service Principal in Azure DevOps, an identity which uses Headless authentication. We create a connection from Azure Pipelines for external and remote services to execute tasks in a job. Once you establish a...Discusssimflexcloud
Vu Daovumdao.hashnode.net·Apr 23, 2023CDK CloudWatch Auto AlarmsAbstract For observability, Amazon CloudWatch is one of the options to collect and track metrics as well as provide alerts based on the metric threshold setting. Especially when you don't want to use external monitoring and observability tools such ...Discussaws-cdk
Vu Daovumdao.hashnode.net·Feb 25, 2023Run event-driven workflows with Amazon EKS Blueprints, Keda and KarpenterAssignment Implement a Kubernetes solution to containerize the project that will be shared along with this problem. Implement a very simple API server with the following routes that can interact with Kubernetes. POST /jobs (Create a new job that r...Discuss·44 readsAWS
Vu Daovumdao.hashnode.net·Feb 25, 2023CDK Typescript Pipeline WorkshopAbstract AWS CDK (Cloud Development Kit) is an open-source framework which gives great depth to the concept of Infrastructure as Code So Why CDK Pipelines? - We need the automation way to deploy our infrastructure as code for development, staging a...Discuss·30 readsaws-cdk
Vu Daovumdao.hashnode.net·Feb 25, 2023Kyverno Policy As Code Using CDK8SAbstract Kyverno Kyverno is a policy engine designed for Kubernetes, Kyverno policies can validate, mutate, and generate Kubernetes resources plus ensure OCI image supply chain security. This blog, it provides the way to create Kyverno policy as co...Discuss·27 readskyverno
Vu Daovumdao.hashnode.net·Feb 25, 2023AWS Parameters and Secrets Lambda Extension Demo Using AWS CDKAbstract The story: AWS launched the AWS Parameters and Secrets Lambda Extension, a convenient method for AWS Lambda users to retrieve parameters from AWS Systems Manager Parameter Store and secrets from AWS Secrets Manager. AWS Lambda customers can...Discuss·51 readsAWS
Vu Daovumdao.hashnode.net·Feb 25, 2023AWS CDK Redshfit DemoAbstract For getting started with AWS Redshift, this post guides you to provide Redshift cluster and all necessary other resources such as VPC, redshift IAM role, S3 bucket where we load data to Amazon Redshift and a small EC2 instance as PostgreSQL...Discuss·26 readsAWS
Vu Daovumdao.hashnode.net·Feb 25, 2023CDK AWS Cloudwatch Evidently DemoAbstract Cloudwatch evidently - Safely launch new features and validates web application choices by conducting online experiments and then deciding if your experiment should be terminated depending on the results of the experiment. In this post, we...DiscussAWS
Vu Daovumdao.hashnode.net·Feb 25, 2023Keda ScaledObject As Code Using CDK8SAbstract keda is Kubernetes Event-driven Autoscaling and it's been used wisely now. In this blog, it provides the way to create Keda scaledobject CRD as code using CDK8S typescript. With importing Keda CRDs and using CDK8S you can create Keda scale...Discusskeda
Vu Daovumdao.hashnode.net·Feb 25, 2023Access Control And OpenSearch Service SecurityAbstract For the quick start of building opensearch, we can put the opensearch in the public network and control access by using basic authentication and domain access policy from the Fine-grain access controller. But this is a Critical alert from A...Discuss·46 readsAWS