@@ -1361,9 +1361,34 @@ List logging status of Cloudtrails
13611361List deployments
13621362
13631363
1364+ ### deployments
1365+
1366+ List all deployment IDs for a deployment group (not useful for the user, only internal)
1367+ # ?? if no deployment group, could we list all deployments for this application, with their groups and statuses?
1368+
1369+
13641370### deployment-groups
13651371
1366- List min, desired and maximum capacities of EC2 Autoscaling Group(s)
1372+ List all deployment groups for an application
1373+
1374+
1375+ ## codedeploy-commands.bak
1376+
1377+
1378+ ### deployment
1379+
1380+ List deployments
1381+
1382+
1383+ ### deployments
1384+
1385+ List all deployment IDs for a deployment group (not useful for the user, only internal)
1386+ # ?? if no deployment group, could we list all deployments for this application, with their groups and statuses?
1387+
1388+
1389+ ### deployment-groups
1390+
1391+ List all deployment groups for an application
13671392
13681393
13691394## ecr-commands
@@ -2092,24 +2117,24 @@ Run a command locally on EC2 instance(s) running Windows
20922117 $ ssm-instances Windows | ssm-send-command-windows Get-Hotfix
20932118 Command ID: a0eeeddc-2edf-42bc-b0c7-122f5bc50956
20942119 Waiting for command to complete...
2095- i-0fake1234abcd
2096- Source Description HotFixID InstalledBy InstalledOn
2097- ------ ----------- -------- ----------- -----------
2098- FAKEAPP01234 Update KB1234567 NT AUTHORITY\SYSTEM 10/11/2023 12:00:00 AM
2099- FAKEAPP01234 Update KB8901234 NT AUTHORITY\SYSTEM 12/12/2018 12:00:00 AM
2100- FAKEAPP01234 Security Update KB5678901 NT AUTHORITY\SYSTEM 12/12/2018 12:00:00 AM
2101- FAKEAPP01234 Update KB2345678 NT AUTHORITY\SYSTEM 1/9/2019 12:00:00 AM
2102- FAKEAPP01234 Update KB3456789 NT AUTHORITY\SYSTEM 3/11/2021 12:00:00 AM
2103- FAKEAPP01234 Security Update KB4567890 NT AUTHORITY\SYSTEM 4/21/2019 12:00:00 AM
2104- FAKEAPP01234 Security Update KB5678901 NT AUTHORITY\SYSTEM 5/15/2019 12:00:00 AM
2105- FAKEAPP01234 Security Update KB6789012 NT AUTHORITY\SYSTEM 6/12/2019 12:00:00 AM
2106- ---Output truncated---
2107- i-0fake1234abcd
2108- Source Description HotFixID InstalledBy InstalledOn
2109- ------ ----------- -------- ----------- -----------
2110- FAKEAPP01234 Update KB1234567 NT AUTHORITY\SYSTEM 10/11/2023 12:00:00 AM
2111- FAKEAPP01234 Update KB8901234 NT AUTHORITY\SYSTEM 12/12/2018 12:00:00 AM
2112- FAKEAPP01234 Security Update KB5678901 NT AUTHORITY\SYSTEM 12/12/2018 12:00:00 AM
2120+ i-0fake1234abcd
2121+ Source Description HotFixID InstalledBy InstalledOn
2122+ ------ ----------- -------- ----------- -----------
2123+ FAKEAPP01234 Update KB1234567 NT AUTHORITY\SYSTEM 10/11/2023 12:00:00 AM
2124+ FAKEAPP01234 Update KB8901234 NT AUTHORITY\SYSTEM 12/12/2018 12:00:00 AM
2125+ FAKEAPP01234 Security Update KB5678901 NT AUTHORITY\SYSTEM 12/12/2018 12:00:00 AM
2126+ FAKEAPP01234 Update KB2345678 NT AUTHORITY\SYSTEM 1/9/2019 12:00:00 AM
2127+ FAKEAPP01234 Update KB3456789 NT AUTHORITY\SYSTEM 3/11/2021 12:00:00 AM
2128+ FAKEAPP01234 Security Update KB4567890 NT AUTHORITY\SYSTEM 4/21/2019 12:00:00 AM
2129+ FAKEAPP01234 Security Update KB5678901 NT AUTHORITY\SYSTEM 5/15/2019 12:00:00 AM
2130+ FAKEAPP01234 Security Update KB6789012 NT AUTHORITY\SYSTEM 6/12/2019 12:00:00 AM
2131+ ---Output truncated---
2132+ i-0fake1234abcd
2133+ Source Description HotFixID InstalledBy InstalledOn
2134+ ------ ----------- -------- ----------- -----------
2135+ FAKEAPP01234 Update KB1234567 NT AUTHORITY\SYSTEM 10/11/2023 12:00:00 AM
2136+ FAKEAPP01234 Update KB8901234 NT AUTHORITY\SYSTEM 12/12/2018 12:00:00 AM
2137+ FAKEAPP01234 Security Update KB5678901 NT AUTHORITY\SYSTEM 12/12/2018 12:00:00 AM
21132138
21142139 See also: ssm-send-command-windows
21152140
0 commit comments