Documentation
¶
Index ¶
- func CreateEC2Service(cmd *cobra.Command) (*ec2.EC2Service, error)
- func ListEC2Instances(cmd *cobra.Command, args []string) error
- func NewEC2RootCmd() *cobra.Command
- func RestartEC2Instance(cmd *cobra.Command, args []string) error
- func ShowEC2Instance(cmd *cobra.Command, args []string) error
- func ShowEC2Resource(cmd *cobra.Command, arg string) error
- func StartEC2Instance(cmd *cobra.Command, args []string) error
- func StopEC2Instance(cmd *cobra.Command, args []string) error
- func TerminateEC2Instance(cmd *cobra.Command, args []string) error
- func WaitEC2Instance(cmd *cobra.Command, args []string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateEC2Service ¶ added in v0.0.38
func CreateEC2Service(cmd *cobra.Command) (*ec2.EC2Service, error)
CreateEC2Service creates a new EC2 service instance with the specified configuration
func ListEC2Instances ¶ added in v0.0.17
ListEC2Instances handles the listing of EC2 instances and related resources
func NewEC2RootCmd ¶ added in v0.0.9
func RestartEC2Instance ¶ added in v0.0.25
func ShowEC2Instance ¶ added in v0.0.24
func ShowEC2Resource ¶ added in v0.0.26
Command functions ShowEC2Resource displays detailed information for a specified EC2 resource. It supports instances, volumes, snapshots, and AMIs.
func StartEC2Instance ¶ added in v0.0.25
func StopEC2Instance ¶ added in v0.0.25
func TerminateEC2Instance ¶ added in v0.0.25
Types ¶
This section is empty.
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
ls.go defines the 'ls' subcommand for AMI operations.
|
ls.go defines the 'ls' subcommand for AMI operations. |
|
ls.go defines the 'ls' subcommand for security group operations.
|
ls.go defines the 'ls' subcommand for security group operations. |
|
ls.go defines the 'ls' subcommand for snapshot operations.
|
ls.go defines the 'ls' subcommand for snapshot operations. |
|
ls.go defines the 'ls' subcommand for volume operations.
|
ls.go defines the 'ls' subcommand for volume operations. |
Click to show internal directories.
Click to hide internal directories.