cloudformation-coverage-roadmap icon indicating copy to clipboard operation
cloudformation-coverage-roadmap copied to clipboard

AWS::DirectoryService::MicrosoftAD - AWS::DirectoryService::* - !GetAtt SecurityGroup

Open guidola opened this issue 4 years ago • 1 comments

2. Scope of request

AWS::DirectoryService::* should Ideally return the security group that aws creates around it to make it easier to add additional entries which need to be added to allow integration with other dns servers or domain controllers.

3. Expected behavior

The 'Create' and 'Update' functions should always return the 'SecurityGroup' that for example 'DescribeDirectories' operation of the Sdk returns as an attribute later available through the !GetAtt function.

5. Helpful Links to speed up research and evaluation

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DirectoryService.html#describeDirectories-property

6. Category (required) - Will help with tagging and be easier to find by other users to +1

  1. Other (IoT, Migration, Budgets...)

7. Any additional context (optional)

guidola avatar Jul 24 '20 08:07 guidola

For example,

Having the directory's security Group available, would make it easier to configure the engress rules for a (Route53) Outbound Resolver Endpoint. At present, I have to added the AD IP addresses individually rather than by security group ID, which is less than ideal.

rshayman avatar Aug 27 '22 13:08 rshayman