2 Answers
- Newest
- Most votes
- Most comments
0
can u try running this command and replace <directory-id> with the ID of your AWS managed AD directory. This command will return a list of all the authorized applications that have been granted access to your directory. Maybe some of them u dont see in the AWS Console?
aws ds list-applications --directory-id <directory-id>
If you have a large number of applications, you can use the --output parameter to customize the output format. For example, you can use the following command to display the output in a table format:
aws ds list-applications --directory-id <directory-id> --output table
answered 2 years ago
0
Kindly check through this steps to delete your directory- https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ms_ad_delete.html
I did . A lot of these services are not available in my region.. and I have everything disabled in the console
Relevant content
- asked 6 years ago
- asked 3 years ago
- asked 4 years ago
- asked a year ago
- AWS OFFICIALUpdated 4 years ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 3 years ago
I couldn't find the sub command
list-applications
:/ I didn't find it in here https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ds/index.html#cli-aws-ds However, i tried this command and I got an empty arrayhow about this - https://docs.aws.amazon.com/cli/latest/reference/ds/describe-trusts.html ?
Same thing always an empty array
do you AWS SSO (identity center) enabled by any chance?
No it's disabled..