AWS
-
How to install .Net 6 in Amazon Linux 2
Enable EPEL Reference: Enable the EPEL repository for EC2 instances running CentOS, RHEL, or Amazon Linux Install .Net Manually install .NET on Linux – .NET | Microsoft Docs Include .Net in your Path Test .Net Installation Run a .Net Web Application NodeJS is required for this project to compile React Components. You can install NodeJS…
-
Introduction to AWS CDK (Using TypeScript)
This tutorial assumes you have installed and configured AWS CLI and you can execute basic aws-cli commands. You can refer the below links to read more about the AWS CLI: 1. Verify NodeJS is installed 2. Install AWS CDK NPM Module 3. Init the repository 4. Init CDK 5. Generate CloudFormation Template (using cdk Synth)…
-
Scanning Container Security Vulnerabilities with AWS ECR
AWS ECR automatically scans containers for security vulnerabilities. You can find a summary of vulnerabilities in the containers page. You can get a detailed report by clicking the details page.
-
How to install NodeJS in Amazon Linux 2
I prefer to run any workloads in a container. However, I always had challenges in using containers in small virtual machines due to CPU & Memory limitations. Recently I spun up an EC2 instance and I had to install NodeJS to run a simple application. Below are the steps I used. nvm-sh/nvm: Node Version Manager…
-
Benefits of using Amazon Linux Container Image
Recently I started to use Amazon Linux Container Image for all my development and production workloads. And I really love it. It is very easy to get started with containers. Development, testing and release becomes very easy. Except one thing, Security. In this post, I am sharing my experience with Amazon Linux container Image. You can read more…
-
AWS Container Registry
1. Create a repository 2. Getting the Push Commands 3. Login Docker Client Make sure the user has permissions to “ecr:GetAuthorizationToken”. Otherwise you will get the below error – An error occurred (AccessDeniedException) when calling the GetAuthorizationToken operation: User: arn:aws:iam::526470662813:user/AWSDba is not authorized to perform: ecr:GetAuthorizationToken on resource: * Copy past the login command. 4.…