When will we be able to delete an IoT Greengrass v2 deployment?

0

We're starting to put our IoT Greengrass v2 devices into the field. Managing deployments using the AWS console has quickly become difficult with the overwhelming number of old deployments.

  • development deployments
  • testing deployments
  • inactive production deployments

There is no way to filter or delete deployments. Even when the IoT thing had been deleted, we can't delete its associated deployment.

Are AWS customers expected to have to build their own deployment management console for even the most basic filtering?

When will we be able to delete an IoT Greengrass v2 deployment?

2 Answers
1
Accepted Answer

Hello,

You are able to delete deployments from the console by clicking "Delete revision": Delete deployment

You can also use the API/CLI: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/greengrassv2/delete-deployment.html

Cheers,

Michael

AWS
EXPERT
answered a year ago
profile pictureAWS
EXPERT
Greg_B
reviewed a year ago
0

Well that worked like a charm.

Wow, I would never have guessed that in a million years. I was completely focused on looking for a delete deployment in the console and in the awscli. I'll have to revisit the awscli command. It wasn't working for me. I suspect it was due to the thing being deleted earlier.

Thank you!

answered a year ago
  • The aws greengrassv2 delete-deployment --deployment-id www-xxx-yyy-zzzz works. I had a deployment with 12 revisions. I missed the fact that I had to delete each revision. I had deleted one revision and then gave up in frustration. lol

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions