All Projects → 1Strategy → Fargate Cloudformation Example

1Strategy / Fargate Cloudformation Example

Licence: apache-2.0
An example CloudFormation template that deploys a container to AWS Fargate as a service.

Projects that are alternatives of or similar to Fargate Cloudformation Example

Goformation
GoFormation is a Go library for working with CloudFormation templates.
Stars: ✭ 671 (+382.73%)
Mutual labels:  aws-cloudformation
Quickstart Taskcat Ci
AWS Quick Start Team
Stars: ✭ 57 (-58.99%)
Mutual labels:  aws-cloudformation
Ask Cli
Alexa Skills Kit Command Line Interface
Stars: ✭ 100 (-28.06%)
Mutual labels:  aws-cloudformation
Cloudformation
AWS CloudFormation templates for deploying Trend Micro Deep Security Manager and its underlying infrastructure.
Stars: ✭ 23 (-83.45%)
Mutual labels:  aws-cloudformation
Cloudformer
Rake helper tasks for AWS Cloudformation
Stars: ✭ 43 (-69.06%)
Mutual labels:  aws-cloudformation
Cform Vscode
CloudFormation extension for Visual Studio Code
Stars: ✭ 73 (-47.48%)
Mutual labels:  aws-cloudformation
Aws Cloudformation Fargate
Sample CloudFormation templates for how to run Docker containers in AWS Fargate with various networking configurations
Stars: ✭ 508 (+265.47%)
Mutual labels:  aws-cloudformation
Cloudformation
Some CF templates
Stars: ✭ 123 (-11.51%)
Mutual labels:  aws-cloudformation
Amazon Sagemaker Safe Deployment Pipeline
Safe blue/green deployment of Amazon SageMaker endpoints using AWS CodePipeline, CodeBuild and CodeDeploy.
Stars: ✭ 56 (-59.71%)
Mutual labels:  aws-cloudformation
Brain Power Amazon Fidgetology
Serverless web app for streaming browser webcam feed to Amazon Kinesis Video Streams and Rekognition Video. See our post on the AWS Machine Learning Blog: https://aws.amazon.com/blogs/machine-learning/building-automatic-analysis-of-body-language-to-gauge-attention-and-engagement-using-amazon-kinesis-video-streams-and-amazon-ai-services
Stars: ✭ 84 (-39.57%)
Mutual labels:  aws-cloudformation
Cfn Generic Custom Resource
CloudFormation generic custom resource provider
Stars: ✭ 26 (-81.29%)
Mutual labels:  aws-cloudformation
Aws Unifi Controller
Example of a Ubiquiti Unifi Controller in AWS using Network Load Balancer for TLS termination
Stars: ✭ 37 (-73.38%)
Mutual labels:  aws-cloudformation
Aws Maintenance
Collection of scripts and Lambda functions used for maintaining AWS resources
Stars: ✭ 75 (-46.04%)
Mutual labels:  aws-cloudformation
Aws Cloudformation Coverage Roadmap
The AWS CloudFormation Public Coverage Roadmap
Stars: ✭ 800 (+475.54%)
Mutual labels:  aws-cloudformation
Reactnativeauth
Mobile user authentication flow with React Native, Expo, and AWS Amplify: Sign In, Sign Up, Confirm Sign Up, Forget Password, Reset Password.
Stars: ✭ 108 (-22.3%)
Mutual labels:  aws-cloudformation
Spring Cloud Aws
Integration for Amazon Web Services APIs with Spring
Stars: ✭ 541 (+289.21%)
Mutual labels:  aws-cloudformation
Cfn Create Or Update
Create or update CloudFormation stack also if no updates are to be performed.
Stars: ✭ 59 (-57.55%)
Mutual labels:  aws-cloudformation
Cfn Secret Provider
A CloudFormation custom resource provider for deploying secrets and keys
Stars: ✭ 125 (-10.07%)
Mutual labels:  aws-cloudformation
Cfn Python Lint
CloudFormation Linter
Stars: ✭ 1,770 (+1173.38%)
Mutual labels:  aws-cloudformation
Perun
A command-line validation tool for AWS Cloud Formation that allows to conquer the cloud faster!
Stars: ✭ 82 (-41.01%)
Mutual labels:  aws-cloudformation

fargate-cloudformation-example

An example CloudFormation template that deploys a container to AWS Fargate as a service.

Multiple AZs are used for high availability, SSL is terminated at the load balancer, health checks are used, a DNS record is created, and it scales to keep CPU utilization at or below 50%. Specifically, it includes:

  • A cluster
  • A task definition for the container
  • An ECS service
  • A load balancer and its associated listener and target group
  • The necessary IAM roles
  • Logging to CloudWatch Logs, including the creation of a log group
  • Security groups for the container and load balancer
  • A DNS record for Route 53
  • An auto scaling policy
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].