Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Hosted-services / AWS

AWS

AWS

Great Reads

by Shun Huang
This article is about optimizing S3 storage costs.
by Dr. Song Li
AWS step function and CDK and SAM local and miscellaneous subjects
by Preetam U Ramdhave
This article will help you to implement the functionality where you can store your sensitive data in the amazon Secrets Manager and access while bootstrapping the application.
by Twain Taylor
Many organizations look for a container management tool, or a Container-as-a-Service(CaaS) solution like Alibaba Cloud Container Service

Latest Articles

by Shun Huang
This article is about optimizing S3 storage costs.
by Dr. Song Li
AWS step function and CDK and SAM local and miscellaneous subjects
by Preetam U Ramdhave
This article will help you to implement the functionality where you can store your sensitive data in the amazon Secrets Manager and access while bootstrapping the application.
by Twain Taylor
Many organizations look for a container management tool, or a Container-as-a-Service(CaaS) solution like Alibaba Cloud Container Service

All Articles

Sort by Score

AWS 

by Shun Huang
This article is about optimizing S3 storage costs.
by James A. Brannan
Introduction AWS SQS Message Queues are a way to exchange messages between applications. Senders, send data objects to a queue and receivers, receive objects from a queue.
by James A. Brannan
In this tutorial, we explore creating, reading, updating, listing, and deleting objects and buckets stored in S3 storage using the AWS Java SDK 2.0 to access Amazon’s Simple Storage Service (S3).
by James A. Brannan
Exploring AWS KMS to encrypt and decrypt data via the AWS Java 2 SDK
by James A. Brannan
Exploring the AWS Key Management System (KMS) to encrypt and decrypt data via the AWS Java 2 SDK
by Jeremy Hutchinson
Azure blobs vs AWS S3
by Illya Reznykov
Functions that manipulate CloudWatch log group by PowerShell Core
by Illya Reznykov
Functions that get information about web ACL by PowerShell Core with AWS CLI
by OwenDavies
Terraform allows you to setup Infrastructure as expressed by code (Infrastructure As Code IaC). This post helps you to get started with Terraform.
by Shameel
This article describes a simple and elegant way to allow write access to ASP.NET apps to the App_Data folder. This is required for applications to work properly when deployed in AWS Beanstalk.. The post Granting write access to ASP.
by Illya Reznykov
Creating Regional Web ACL with CloudFormation
by Illya Reznykov
The post describes PowerShell script which creates WAF resources for the scenario when Application Load Balancer is used to serve content for a public website, but to block requests from attackers and to protect from OWASP Top 10 security risks.
by Trần_Tuấn_Anh
When working with AWS Lambda functions, managing versions and aliases is essential for maintaining and deploying code efficiently. Lambda versions and aliases offer powerful ways to handle your function deployments, rollbacks, and environment-specific configurations.
by Trần_Tuấn_Anh
Uploading files to Amazon S3 is a common task in modern web applications, especially when dealing with large-scale data storage.
by Shameel
This multi-part article series discuss migrating your databases, applications and services from SQL Server to PostgreSQL and discusses all the important information you need to be aware of, before beginning a migration project..
by Shameel
Part 3 of this multi-part article series discusses the actual migration process: Schema and data migration, ETL/ELT, Reporting & OLAP, Scheduling and Applications & Services migration.. The post Migrating your SQL Server Workloads to PostgreSQL – Part 3 appeared first on The Developer Space..
by Shameel
Part 4 of this multi-part article series discusses Maintenance and Monitoring, High Availability, Load Balancing, and Replication and Environment Stabilization.. The post Migrating your SQL Server Workloads to PostgreSQL – Part 4 appeared first on The Developer Space..
by James A. Brannan
In this tutorial, you create a simple Python client that sends records to an AWS Kinesis Firehose stream.
by James A. Brannan
Spring Rest Using Spring Boot
by Matteo Prosperi
Being an engineer on the AWS SDK for .NET team, I tasked myself with figuring out how to use our libraries under Blazor in the browser.