aws.ecx: Communicating with AWS EC2 and ECS using AWS REST APIs

Providing the functions for communicating with Amazon Web Services(AWS) Elastic Compute Cloud(EC2) and Elastic Container Service(ECS). The functions will have the prefix 'ecs_' or 'ec2_' depending on the class of the API. The request will be sent via the REST API and the parameters are given by the function argument. The credentials can be set via 'aws_set_credentials'. The EC2 documentation can be found at <https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Welcome.html> and ECS can be found at <https://docs.aws.amazon.com/AmazonECS/latest/APIReference/Welcome.html>.

Version: 1.0.5
Imports: methods, rjson, aws.signature, httr, xml2, utils
Suggests: knitr, rmarkdown, testthat
Published: 2022-01-26
Author: Jiefei Wang [aut, cre], Martin Morgan [aut]
Maintainer: Jiefei Wang <szwjf08 at gmail.com>
BugReports: https://github.com/Jiefei-Wang/aws.ecx/issues
License: GPL-3
URL: https://github.com/Jiefei-Wang/aws.ecx
NeedsCompilation: no
Materials: README NEWS
CRAN checks: aws.ecx results

Documentation:

Reference manual: aws.ecx.pdf
Vignettes: Quick-Start-Guide

Downloads:

Package source: aws.ecx_1.0.5.tar.gz
Windows binaries: r-devel: aws.ecx_1.0.5.zip, r-release: aws.ecx_1.0.5.zip, r-oldrel: aws.ecx_1.0.5.zip
macOS binaries: r-release (arm64): aws.ecx_1.0.5.tgz, r-oldrel (arm64): aws.ecx_1.0.5.tgz, r-release (x86_64): aws.ecx_1.0.5.tgz
Old sources: aws.ecx archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=aws.ecx to link to this page.