skip to Main Content

Amazon web services – An argument named "vpc_security_group_ids" is not expected here … not sure why i am getting this error

My terraform security local ec2 module looks like so resource "aws_instance" "mysql" { ami = data.aws_ami.latest_amazon_linux.id instance_type = var.instance_type # override this at module call key_name = aws_key_pair.my_local_pubkey.key_name # override this at module call vpc_security_group_ids = [var.default_sg] # override security…

VIEW QUESTION

Amazon web services – Deploy a React-based single-page application to Amazon S3 and CloudFront – Access Denied

I tried using Amazon's instructions step by step in this article: https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/deploy-a-react-based-single-page-application-to-amazon-s3-and-cloudfront.html Perhaps this article is outdated, incomplete or I have misunderstood something. I have done everything step-by-step on my free tier, and have verified and retried several times. I…

VIEW QUESTION
Back To Top
Search