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

ManagedAD ActiveDirectoryConfigurationInstanceConfig #446

Open
3 tasks
teddevaal opened this issue May 8, 2024 · 1 comment
Open
3 tasks

ManagedAD ActiveDirectoryConfigurationInstanceConfig #446

teddevaal opened this issue May 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@teddevaal
Copy link

Describe the bug
The ManagedAD ActiveDirectoryConfigurationInstanceConfig configuration is tightly coupled with the configuration in aws-directory-service construct. Therefore the solution only works if the userdata contains specific functions that the aws-directory-service construct is expecting (e.g. New-AWSQuickStartResourceSignal).

To Reproduce

   activeDirectoryConfigurationInstance:
     instanceType: t3.large
     vpcName: MyVpc
     subnetName: subnet
     imagePath: /aws/service/ami-windows-latest/Windows_Server-2016-English-Full-Base
     securityGroupInboundSources:
       - 10.0.0.0/16
     instanceRole: EC2-Default-SSM-AD-Role
     enableTerminationProtection: false
     userDataScripts: []

Expected behavior
When the AD Configuration Instance is created, I expect the instance to provision successfully regardless of what user data scripts are provided. I also expect the cfn-init logs to be accessible in CloudWatch to make debugging easier.

Please complete the following information about the solution:

  • [-] Version: [e.g. v1.6.1]
  • [-] Region: [e.g. ap-southeast-2]
  • Was the solution modified from the version published on this repository?
  • If the answer to the previous question was yes, are the changes available on GitHub?
  • [-] Have you checked your service quotas for the services this solution uses?
  • Were there any errors in the CloudWatch Logs?

Screenshots
cfn-init log on the windows machine
Screenshot 2024-05-07 at 12 07 55 pm

@teddevaal teddevaal added the bug Something isn't working label May 8, 2024
@richardkeit
Copy link
Contributor

@teddevaal - please add the pipeline failing into the Github issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants