Deploy Docker image in ECR into ECS using AWS Fargate Service

AWS Fargate is a serverless compute engine provided by Amazon Web Services (AWS) that allows users to run containers without the need to manage servers or clusters of Amazon EC2 instances. With AWS Fargate service, users can focus on building applications without worrying about server management. It is compatible with Amazon Elastic Container Service [...]

2023-09-19T02:24:38+00:00Amazon AWS|

EC2 Instance Connect Endpoint – Connect Instances without IPv4 Address

Amazon EC2 Instance Connect provides a more secure way to connect to your Amazon EC2 instances using Secure Shell (SSH) without requiring the instance to have a public IPv4 address. Instead of using traditional SSH key pairs, you can leverage EC2 Instance Connect to establish an encrypted connection to your instances using AWS Identity [...]

2023-08-28T03:06:44+00:00Amazon AWS|

Ingesting data into Amazon OpenSearch for Data Analysis

Amazon OpenSearch is an open-source, distributed search and analytics engine compatible with Elasticsearch. It is a fully managed service by Amazon Web Services (AWS). OpenSearch allows you to search, explore, and analyze your data, making it a powerful tool for various applications. AWS now has a new open search service called Amazon OpenSearch Ingestion. [...]

2023-08-07T05:02:09+00:00Amazon AWS|

Amazon S3 Dual-Layer Server-Side Encryption

Amazon S3 (Simple Storage Service) is a highly scalable and secure cloud storage service provided by Amazon Web Services (AWS). It offers object storage for storing and retrieving large amounts of data, such as documents, images, videos, backups, logs, and application data. Amazon S3 offers robust security features to protect your data. It allows [...]

2023-07-27T03:28:47+00:00Amazon AWS|

Amazon CloudWatch for Automated Rollback

Amazon CloudWatch for automated rollback monitors and automatically react to changes during a rolling update. Enables customers to add automatic safeguards for Amazon ECS service rolling updates. And you can easily automate discovery and remediation for failed deployments and minimize the impact of a bad change. Customers can use Amazon ECS application programming interfaces (APIs) [...]

2023-03-08T04:55:29+00:00Amazon AWS|

Blue/Green Deployments on Amazon Aurora and Amazon RDS

A blue/green deployment is to create two separate but identical environments. Here the blue environment runs the current application version, and the green runs the new application version. The blue/green deployment strategy increases application availability and reduces deployment risk by simplifying the rollback process if a deployment fails. It is necessary to keep these [...]

2022-12-14T03:35:20+00:00Amazon AWS|

Kubernetes Secret management with the External Secrets Operator

Secrets are a piece of sensitive data known as an object. In Kubernetes, a password, a token, or a key is the secret. And it is necessary to manage secrets in Kubernetes. There will be hundreds of secrets, and it will be hard to manage the secrets and life cycles of secrets like creation, [...]

AWS Observability Accelerator for Kubernetes Telemetry

AWS Observability Accelerator from Amazon Web Services is a tool for monitoring, logging, alerting, and dashboards for Amazon Elastic Kubernetes Service (Amazon EKS) projects. This tool is for configuring and deploying purpose-built observability. And you can use AWS Observability Accelerator with Amazon Managed Service for Prometheus, AWS Distro for OpenTelemetry (ADOT), and Amazon Managed [...]

2022-11-17T09:33:37+00:00Amazon AWS|

Oracle MySQL HeatWave on AWS

Oracle MySQL HeatWave is an in-memory query accelerator that accelerates MySQL operations with the advantage of machine learning. With Oracle MySQL HeatWave on AWS, users can run transaction processing, analytics, and machine learning workloads in one service without using time-consuming ETL between databases. And MySQL HeatWave is the only service that combines Online Analytical [...]

2022-11-02T11:19:57+00:00Amazon AWS|
Go to Top