We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws-resources
When deploying an application using ECS on EC2, the resource attribute cloud.platform is being set as aws_ec2 instead of aws_ecs
cloud.platform
aws_ec2
aws_ecs
Deploy an application in AWS ECS using EC2. Also
The resource attribute should have
2.9.0
No response
The text was updated successfully, but these errors were encountered:
cc @wangzlei @srprash
Sorry, something went wrong.
No branches or pull requests
Component(s)
aws-resources
What happened?
Description
When deploying an application using ECS on EC2, the resource attribute
cloud.platform
is being set asaws_ec2
instead ofaws_ecs
Steps to Reproduce
Deploy an application in AWS ECS using EC2. Also
Expected Result
The resource attribute should have
cloud.platform
set asaws_ecs
Actual Result
cloud.platform
set asaws_ec2
Component version
2.9.0
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: