Skip to content
New issue

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

ECS create_service() not returning role_arn #8651

Open
Singha22 opened this issue Mar 4, 2025 · 0 comments
Open

ECS create_service() not returning role_arn #8651

Singha22 opened this issue Mar 4, 2025 · 0 comments

Comments

@Singha22
Copy link
Contributor

Singha22 commented Mar 4, 2025

We found an issue where the create_service() call is not returning the roleArn in the response. Boto3 takes it in as

response = client.create_service(
    cluster='string',
    serviceName='string',
    ...
    role='string',
    ...
)

and the response is like:

{
    'service': {
        'serviceArn': 'string',
        'serviceName': 'string',
        'clusterArn': 'string',
        'roleArn': 'string',
        ...
}

As of now, roleArn isn't being printed in the response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant