Package: aws.ecx Title: Communicating with AWS EC2 and ECS using AWS REST APIs Version: 1.0.5 Authors@R: c( person( "Jiefei", "Wang", email = "szwjf08@gmail.com", role = c("aut", "cre") ), person("Martin", "Morgan", role = "aut")) Description: 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 and ECS can be found at . License: GPL-3 Encoding: UTF-8 RoxygenNote: 7.1.1 Imports: methods, rjson, aws.signature, httr, xml2, utils URL: https://github.com/Jiefei-Wang/aws.ecx BugReports: https://github.com/Jiefei-Wang/aws.ecx/issues Suggests: knitr, rmarkdown, testthat VignetteBuilder: knitr NeedsCompilation: no Packaged: 2022-01-26 03:58:41 UTC; jiefei Author: Jiefei Wang [aut, cre], Martin Morgan [aut] Maintainer: Jiefei Wang Repository: CRAN Date/Publication: 2022-01-26 13:02:45 UTC