2 Answers
- Newest
- Most votes
- Most comments
0
Hello.
I can't say for sure because I haven't seen the actual console screen, but I think it may be taking a while for it to appear.
Please check if it is displayed using the AWS CLI's "list-domains" command.
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/datazone/list-domains.html
aws datazone list-domains
0
Hello
Thanks for your answer.
Projects are listed with the command: aws datazone list-projects --domain-identifier=dzd_xxxxxxxxxxxx --region=eu-west-1
{
"items": [
{
"createdAt": "2024-07-22T21:05:45.945313+00:00",
"createdBy": "6162xxxxxxxxxxxxxxxxxxxxxxxxxbe5",
"description": "datazone-project-test1",
"domainId": "dzd_xxxxxxxxxxxx",
"id": "b67xxxxxxxxxx46",
"name": "datazone-project-test1",
"projectStatus": "ACTIVE",
"updatedAt": "2024-07-22T21:05:45.945313+00:00"
},
{
"createdAt": "2024-07-22T20:32:05.401039+00:00",
"createdBy": "6162xxxxxxxxxxxxxxxxxxxxxxxxxbe5",
"description": "datazone-project-test",
"domainId": "dzd_xxxxxxxxxxxx",
"id": "5qcxxxxxxxxxxxye",
"name": "datazone-project-test",
"projectStatus": "ACTIVE",
"updatedAt": "2024-07-22T20:32:05.401039+00:00"
},
{
"createdAt": "2024-07-22T15:41:47.288176+00:00",
"createdBy": "e3bxxxxxxxxxxxxxxxxxxxxxxxx5bd",
"domainId": "dzd_xxxxxxxxxxxx",
"id": "67dxxxxxxxxxl5p2",
"name": "DZProjectPoc-dev",
"projectStatus": "ACTIVE",
"updatedAt": "2024-07-22T15:41:47.288176+00:00"
}
]
}
But does'nt appears in the console (see attached image)
Thanks
answered 3 months ago
Relevant content
- asked 4 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 8 months ago