Skip to content

khimananda/terraform-aws-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Following example can be used to launch fargate service

  • By default this will create capacity provider with 100% fargate_spot
module "frontend" {
  source   = "khimananda/frontend/aws"

  bucket_name = <bucket-name> #this will create new bucket
  domain      = <url>
  alias       = ["domain-1.example.com"]
  certificate = <certificate-arn>
}
  • This will create Cloudfront, s3
  • Public access for bucket will blocked and S3 ACL will support only access from Cloudfront

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages