📝AWS EC2
The module that provides the AWS EC2 service.
Imports
Method of Use
To use this module, you need to inject it into the desired service.
Injecting the module into our service.
With dependencies
You will need to inject the following interfaces.
Interface
Service
IAwsCoreService
IConfigurationService
IValidatorRegexpService
IStringExService
IAwsConfigurationService
IAwsStsService
Methods
Method
Scope
Description
client
public
Get the AWS EC2 client.
setRole3rdParty
public
Set the role 3rd party.
createKeyPair
public
Create a key pair.
describeKeyPair
public
Describe a key pair.
deleteKeyPair
public
Delete a key pair.
createInstance
public
Create an instance.
describeInstance
public
Describe an instance.
terminateInstance
public
Terminate an instance.
Last updated