1 Answer
- Newest
- Most votes
- Most comments
1
Hello.
Is it possible that you are checking the wrong region in the management console?
The sample GitHub Actions you are reviewing uses the us-east-1 region.
Therefore, if the deployment was successful, the task definition will have been created in the us-east-1 region.
By the way, are there any errors output by GitHub Actions that can lead to troubleshooting?
I updated the question with news
The IAM role displayed in the image is the IAM role used when linking with GitHub. Instead of using this as a task roll, you need to create a task roll separately.