animaxcg

Results 6 comments of animaxcg

@lostdesign Any update on what your entrypoint.sh looks like trying to setup the same thing on my mac.. container get connectivity fine just now trying to bridge it.

Ended up making my own solution for the mac.. still a work in progress but gets the job done on macos. [ssm-tunneler](https://github.com/animaxcg/ssm-tunneler) ~~Utilizes sshuttle to ssh tunnel into a docker...

when I do a curl from my computer I get: curl http://esurl:80 { "name" : "Mv6XIGF", "cluster_name" : "000000000000:someprefix-data", "cluster_uuid" : "0000-00000_00000", "version" : { "number" : "5.5.2", "build_hash" :...

Looks like it give 417 untill batch job runs... maybe should batch job run once as part of deployment so you don't have wait to up to 6 hours before...

This is still an issue ``` aws --version aws-cli/2.9.5 Python/3.9.11 Darwin/21.6.0 exe/x86_64 prompt/off aws cloudformation create-change-set \ --stack-name ${stackName} --change-set-name ImportChangeSet \ --change-set-type IMPORT \ --resources-to-import "[{\"ResourceType\":\"AWS::DynamoDB::GlobalTable\",\"LogicalResourceId\":\"${resource}\",\"ResourceIdentifier\":{\"TableName\":\"${tableName}\"}}]" \ --template-url https://${bucket}.s3.${region}.amazonaws.com/${s3Prefix}/cfn/${template}--capabilities...