Skip to content

Instantly share code, notes, and snippets.

@anna-anisienia
Created January 3, 2021 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anna-anisienia/bb4284a181f84a4ae3583781081ea4d5 to your computer and use it in GitHub Desktop.
Save anna-anisienia/bb4284a181f84a4ae3583781081ea4d5 to your computer and use it in GitHub Desktop.
export RUNNER_TOKEN_FARGATE_AGENT=<your token created using the command prefect auth create-token -n DemoFargateAgentToken -s RUNNER>
export AWS_ACCESS_KEY_ID=************************+
export AWS_SECRET_ACCESS_KEY=*********************
export AWS_DEFAULT_REGION=eu-central-1 = YOUR-REGION
export networkConfiguration="{'awsvpcConfiguration': {'assignPublicIp': 'ENABLED', 'subnets': ['subnet-12345', 'subnet-6789'], 'securityGroups': []}}"
export executionRoleArn=arn:aws:iam::<YOUR_ACCOUNT_ID>:role/ecsTaskExecutionRole
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment