exanubes / fargate-app-with-ssl-certificate

Repository from exanubes.com for Fargate App with a SSL Certificate

Home Page:https://exanubes.com/blog/adding-ssl-certificate-to-fargate-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fargate App with SSL Certificate

Repository from exanubes.com for Deploying ECS Fargate Application.

This repository is using AWS CDK v2 and is not compatible with AWS CDK v1 bootstrap stack.

Commands:

Run the following commands inside infrastructure directory for building, deploying and destroying the stacks

npm run build
npm run cdk:deploy
npm run cdk:destroy

Both of these commands use the aws-cli sts service to get the account id and aws IAM role exanubes-cloudformation-access in order to dynamically provide role arn. Make sure you're using the account you want to deploy the stacks to and that you have the role created either with the same name or different name and change the scripts in package.json.

About

Repository from exanubes.com for Fargate App with a SSL Certificate

https://exanubes.com/blog/adding-ssl-certificate-to-fargate-app


Languages

Language:TypeScript 86.5%Language:JavaScript 12.4%Language:Dockerfile 1.2%