AWS Developer Tools Blog
Category: HAQM VPC
Provision AWS infrastructure using Terraform (By HashiCorp): an example of running HAQM ECS tasks on AWS Fargate
AWS Fargate is a a serverless compute engine that supports several common container use cases, like running micro-services architecture applications, batch processing, machine learning applications, and migrating on premise applications to the cloud without having to manage servers or clusters of HAQM EC2 instances. AWS customers have a choice of fully managed container services, including […]
Working with the AWS Cloud Development Kit and AWS Construct Library
The AWS Cloud Development Kit (CDK) is a software development framework for defining your cloud infrastructure in code and provisioning it through AWS CloudFormation. The AWS CDK allows developers to define their infrastructure in familiar programming languages such as TypeScript, Python, C# or Java, taking advantages of the features those languages provide. When I worked […]