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

userDataBase64 not respected for AutoScalingLaunchConfiguration #519

Open
JoseAlban opened this issue Mar 17, 2020 · 0 comments
Open

userDataBase64 not respected for AutoScalingLaunchConfiguration #519

JoseAlban opened this issue Mar 17, 2020 · 0 comments
Labels
1.0 kind/bug Some behavior is incorrect or out of spec

Comments

@JoseAlban
Copy link

JoseAlban commented Mar 17, 2020

See

userData: getInstanceUserData(args, this.stackName),

This merges args which might contain userDataBase64 with a userData that's created even if undefined provided, and yields error like:

aws:ec2:LaunchConfiguration (local-launchcfg-general-purpose):
    error: aws:ec2/launchConfiguration:LaunchConfiguration resource 'local-launchcfg-general-purpose' has a problem: "user_data": conflicts with user_data_base64
    error: aws:ec2/launchConfiguration:LaunchConfiguration resource 'local-launchcfg-general-purpose' has a problem: "user_data_base64": conflicts with user_data

...because LC can't have both - so awsx made the userdatabase64 unusable.

@leezen leezen added the kind/bug Some behavior is incorrect or out of spec label Mar 17, 2020
@t0yv0 t0yv0 added size/S Estimated effort to complete (1-2 days). and removed size/S Estimated effort to complete (1-2 days). labels May 24, 2024
@t0yv0 t0yv0 added the 1.0 label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.0 kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

3 participants