Skip to main content

AWS Collective

Articles

Browse articles with relevant AWS tags

9 articles

-2 votes
172 views
1 minute read
How-to guide

AWS Management Console now supports simultaneous sign-in for multiple AWS accounts

AWS has changed the way we interact with AWS console for sign-in. Jan 16, 2025 AWS has announced the support for multiple console sessions for signing into different aws accounts in the same browser. ...
Berthold's user avatar
  • 101
4 votes
398 views
8 minute read
How-to guide

How to achieve fast, scalable, robust & cost optimized scaling of tasks on AWS ECS

Summary There are multiple use cases to containerize and host proprietary applications on AWS ECS which is “a fully managed container orchestration service that makes it easy for you to deploy, manage,...
TechFree's user avatar
  • 2,984
8 votes
633 views
2 minute read
Knowledge article

Overcoming Front-End Back-End Coupling with AWS Event-Driven Architecture

introduction As a developer, I've always been interested in event-driven architectures (EDAs) and how they can improve the overall performance and scalability of web applications. However, I never ...
Marawan Mamdouh's user avatar
6 votes
1k views
1 minute read
How-to guide

Always-on access for your data in Amazon S3, using cross-Region replication and Multi-Region Access Points (MRAP)

To improve durability of your data in the cloud, you should replicate it to multiple locations. For data in Amazon S3, it is automatically stored across multiple devices spanning a minimum of three ...
Seth E's user avatar
  • 1,153
6 votes
1k views
3 minute read
Knowledge article

Local development, testing, and debugging of serverless applications defined in Terraform using AWS SAM CLI

One question we hear from developers using Terraform and AWS Lambda functions is how to locally test the Lambda function. Here’s a great example — I have a simple terraform file with a Lambda function....
Julie's user avatar
  • 159
11 votes
2k views
6 minute read
How-to guide

Protect your RDS data against disaster with AWS

In this guide we will show how to protect data stored in Amazon Relational Database Service (Amazon RDS) from major disaster events. Disasters occur infrequently, but when they happen it is crucial ...
Seth E's user avatar
  • 1,153
13 votes
4k views
6 minute read
How-to guide

Deploying a Kafka Connect connector on Amazon MSK Connect using Terraform

Apache Kafka has been growing in popularity as the de facto way to share streams of events with different systems. While Kafka itself provides the perfect durable log-based storage for events; Kafka ...
Ricardo Ferreira's user avatar
7 votes
3k views
8 minute read
How-to guide

Deploying an Apache Kafka Cluster on Amazon MSK using Terraform

Long gone are the days where developers would write code to process data only in batches. In the modern landscape of applications, the use of streaming data to capture and process streams of events as ...
Ricardo Ferreira's user avatar
7 votes
1k views
3 minute read
How-to guide

Using AWS Distro for OpenTelemetry to instrument your Java application

It is usually a fun experience to see observability in action with AWS. Whenever you go to the AWS console, it feels like a candy store for telemetry data. With AWS X-Ray you see all those fancy ...
Ricardo Ferreira's user avatar