Results 36 comments of Doug Toppin

I started on it last night and will try a few combinations over the next week or two. Will PR if I can narrow it down. tks for the work...

I started some work on this. The process that I am following is to create a IAM user with no perms and add them as needed for each function. I...

I expect to be able to put some time in on this again this weekend. More to come.

@holyjak I was not able to find a way to add containers to the generated task definition when I added the X-Ray agent to my fargate cli started task. What...

The fargate cli seemed to go quiescent a few months ago and I had been wondering if aws cli v2 was going to add fargate specific support such as this....

@arun-gupta I do this now by adding the x-ray agent to the app container that I'm running. It and the app are started by running a script when the container...

@lngphp The issue may be that when you created the service stack you did not provide the StackName parameter which is the name of the cluster stack that you created...

If it is helpful, I did just confirm that the following Makefile can create and delete the public-vpc and public-subnet-public-loadbalancer configuration of this Fargate example. The running nginx url can...

You are not importing values from the vpc itself. Instead you are importing things about the vpc. You would have to use the name of the CloudFormation stack and suffix...

Sorry, I should have included that. If you are creating a new CloudFormation stack and need it to get that vpcid you would need to pass in the name of...