Category: AWS

AWS Containers for Windows are now supported by Karpenter
By: Date: 31/07/2023 Categories: AWS Tags:

The open-source node provisioning and management project Karpenter will now support Windows, according to an announcement from AWS (starting with v0.29.0). Customers may now swiftly scale their Windows-based Amazon EKS clusters with appropriately scaled Amazon EC2 instances using Karpenter in reaction to shifting application load. Without manually altering the compute capacity of their clusters, overprovisioning…

Read More →
New feature container image signing
By: Date: 11/06/2023 Categories: AWS,AWScommunity Tags:

You can use container image signing to help ensure the use of approved images inside your organization, which can help you meet your security and compliance requirements. You can sign and verify container images anytime during the development or deployment phases. You begin by creating a signing profile, a unique AWS Signer identity, to cryptographically…

Read More →
New- Amazon EKS and Amazon EKS Distro now support Kubernetes version 1.26
By: Date: 25/04/2023 Categories: AWS,AWScommunity Tags:

#AWS is excited to announce that you can now use Amazon EKS and Amazon EKS Distro to run Kubernetes version 1.26. You can create new 1.26 clusters or upgrade your existing clusters to 1.26 using the Amazon EKS console, the eksctl command line interface, or through an infrastructure-as-code tool. Release of Kubernetes v1.26!This release includes…

Read More →
Deploying Go Applications to AWS App Runner
By: Date: 10/03/2023 Categories: AWS Tags:

AWS App Runner simplifies the process of deploying new versions of their code or image repository. They can easily push their code to the repository, and App Runner will automatically take care of the deployment process. On the other hand, for operations teams, App Runner allows for automatic deployments every time a new commit is…

Read More →
The Amazon VPC Resource Map
By: Date: 28/02/2023 Categories: AWS Tags:

However, after the creation of the VPC, the diagram that was available during the creation experience that many of our customers loved was no longer available. Today we are changing that! With VPC resource map, you can quickly understand the architectural layout of the VPC, including the number of subnets, which subnets are associated with…

Read More →
Amazon ECS Service Connect Enabling Between Microservices
By: Date: 26/02/2023 Categories: AWS,AWScommunity Tags:

Amazon Elastic Container Services (Amazon ECS) customers have several solutions for service-to-service, but each one comes with some challenges and complications:1) Elastic Load Balancing (ELB) needs to carefully plan for configuring infrastructure for high availability and incur additional infrastructure cost.2) Using Amazon ECS Service Discovery often requires developers to write custom application code for collecting…

Read More →
Deploy Nitro Enclaves from a Kubernetes pod.
By: Date: 10/02/2023 Categories: AWS,AWScommunity Tags:

Amazon Elastic Kubernetes Service to orchestrate, scale, and deploy Nitro Enclaves from a Kubernetes pod. Kubernetes is an open source platform for container orchestration. The following diagram provides a conceptual overview of how Nitro Enclaves integrates with Amazon EKS. All pods and containers in the same Amazon EKS node or Amazon EC2 instance that has the…

Read More →
New Update-Amazon Cognito now provides user pool deletion protection
By: Date: 25/10/2022 Categories: AWS,AWScommunity Tags:

You can now activate deletion protection for your Amazon Cognito user pools. When you configure a user pool with deletion protection, the pool cannot be deleted by any user. Deletion protection is now active by default for new user pools created through the AWS Console. You can activate or deactivate deletion protection for an existing…

Read More →
How to Monitor AMI events using EventBridge
By: Date: 23/05/2022 Categories: AWS Tags:

You can use Amazon EventBridge to detect and react to these events. You do this by creating rules in EventBridge that trigger an action in response to an event. For example, you can create an EventBridge rule that detects when the AMI creation process has completed and then invokes an Amazon SNS topic to send…

Read More →
What is the AWS Step Functions
By: Date: 26/04/2022 Categories: AWS,AWScommunity Tags:

It allows the user to define state machines (workflows) that connect various tasks (states). To make it easy, AWS provides a Workflow Studio that simplifies the definition step of the workflows. There are two options for workflow types: Standard Express Besides all the differences defined in the documentation, an important one for Hybrid architectures is the Activity support: In…

Read More →
Configuring HTTPS Endpoints on AWS Lambda Functions with AWS Lambda Function URLs
By: Date: 20/04/2022 Categories: AWS,AWScommunity Tags:

Introduction There are a few things to consider when deciding when to use a function URL versus building an API Gateway endpoint. Function URLs are best suited for single-function microservices with a public endpoint that doesn’t require the advanced functionality of API Gateway. Function URLs can be used to apply the following patterns: Mono-Lambda APIs:…

Read More →
Creating an Elastic Beanstalk App & Environment
By: Date: 18/04/2022 Categories: AWS Tags:

Introduction Since you will be performing both a rolling and blue-green deployment in this lab, it makes sense to use the best tool AWS makes available for the job. For controlled deployments and efficient deployment services of code on EC2 instances, AWS Elastic Beanstalk provides a superior interaction model and developer tools experience. In this lab…

Read More →
Amazon ECR Pulling an Image
By: Date: 04/04/2022 Categories: AWS,AWScommunity Tags:

To run a Docker image that is available in Amazon ECR, you can pull it to your local environment with the docker pull command.   1. From an EC2 instance/Workstation, run the below command as mentioned here [1] to install AWS CLI       ———–       curl “https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip” -o “awscliv2.zip”       unzip awscliv2.zip       sudo ./aws/install       ———– …

Read More →
AMAZON WEB SERVICES Announcements January 2022
By: Date: 08/02/2022 Categories: AWS Tags:

AMAZON WEB SERVICES Announcements January 2022   www.learn2skills.com what’s new for you Featured Announcements   Amazon EMR on EKS releases Custom Image Validation Tool to simplify testing of your customized docker container images Amazon ECS launches new simplified console experience for creating ECS clusters and task definitions Amazon RDS Proxy is now available in 8…

Read More →
AWS- Announcements December 2021
By: Date: 25/12/2021 Categories: AWS Tags:

AMAZON WEB SERVICES by Learn2Skills News Updated- December-2021 what’s new for you Featured Announcements Amazon EC2 C6i instances are now available in 10 additional regions Read More Amazon EC2 R6i instances are now available in 8 additional regions Read More Amazon EC2 M6i instances are now available in 2 additional regions Read More Amazon Nimble…

Read More →
Secure hybrid access to Amazon S3 using AWS PrivateLink #aws
By: Date: 04/11/2021 Categories: AWS Tags:

AWS PrivateLink for Amazon S3 enables on-premises applications to privately and securely access Amazon S3 over AWS Direct Connect private virtual interface or AWS Site to Site VPN. The Interface VPC Endpoints for Amazon S3 allow security administrators to control which users can access which data in S3 from on premises and cross-Region using their own private IP addresses over a…

Read More →
Red Hat OpenShift Service on AWS: private clusters with AWS PrivateLink
By: Date: 03/11/2021 Categories: amazonwebservices,AWS Tags:

Red Hat OpenShift Service on AWS (ROSA) clusters can be deployed in a few ways, public, private, and private with PrivateLink. Public and private clusters both have the OpenShift cluster accessible to the internet and define whether the application workloads running on OpenShift are private or not. However, there are customers with a requirement for both the…

Read More →
Building containers images for AWS Marketplace containers-based product with AWS CodePipeline
By: Date: 26/10/2021 Categories: AWS Tags:

AWS Marketplace simplifies the way customers find, subscribe, and deploy software that runs on AWS. At Re:invent 2018, AWS Marketplace for Containers was launched for customers to discover and buy container products in AWS Marketplace. The product selection spans categories such as high-performance computing, security, and developer tools. In December 2020, AWS Marketplace announced an…

Read More →
Running GPU-based container applications with Amazon ECS Anywhere
By: Date: 10/10/2021 Categories: amazonwebservices,AWS Tags:

Tens of thousands of customers have already migrated their on-premises workloads to the cloud for the past decade, however we’ve also seen a number of workloads that are not simply able to move to the cloud. Rather, those workloads are needed to remain on-premise due to data residency, network latency, regulatory, or compliance considerations. Back…

Read More →
Connect any Kubernetes cluster to Amazon EKS
By: Date: 19/09/2021 Categories: AWS Tags:

Amazon Elastic Kubernetes Service (Amazon EKS) now allows you to connect any Kubernetes cluster to AWS and visualize it in Amazon EKS via the AWS Management Console. You can connect any Kubernetes cluster, including Amazon EKS Anywhere clusters running on-premises, self-managed clusters on Amazon Elastic Compute Cloud (Amazon EC2), and other Kubernetes clusters running outside…

Read More →
Getting started with Amazon EKS Anywhere
By: Date: 11/09/2021 Categories: AWS Tags:

Many customers operate their own data centers for data residency, latency, regulatory, or compliance considerations. With EKS Anywhere, you get Amazon optimized defaults for cluster configuration, machine operating systems, and 3rd-party integrations. These optimizations let you focus on your business innovations rather than complex component compatibility or disparate deployments between your on-premises and cloud environments….

Read More →