File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,13 @@ aws_ec2_rm_instruction() {
6969 "
7070}
7171
72+ aws_ec2_rm_instruction_with_hint () {
73+ aws_commandline_logging " \
74+ aws ec2 terminate-instances \
75+ --instance-ids $( local_aws_ec2_instance_id_peco_menu)
76+ "
77+ }
78+
7279# Ec2 image
7380aws_ec2_list_images () {
7481 aws_run_commandline " aws ec2 describe-images --owners self"
@@ -82,7 +89,7 @@ aws_ec2_list_aws_default_images() {
8289 'Name=block-device-mapping.volume-type,Values=gp2' \
8390 'Name=ena-support,Values=true' 'Name=owner-alias,Values=amazon' \
8491 'Name=name,Values=*amzn2-ami-hvm-2.0.????????.?-x86_64-gp2' \
85- --query 'Images[*].[ImageId,Name]' --output text
92+ --query 'Images[*].[ImageId,Name,Description ]' --output table
8693 "
8794}
8895aws_ec2_create_image () {
You can’t perform that action at this time.
0 commit comments