SerAws - 0.0.2
As discussed in blog post SerAws – 0.0.0; Version 0.0.2 of the addin marks an important milestone in the development of SerAws, in that it provides a vertical slice of functionality for a user to be able to round-trip information from AWS to EA and back again into AWS via CloudFormation . It only covers the VPC entity, but this is sufficient to prove out the overall idea. Please see below for the steps and accompanying screenshots describing the one round-trip operation. 1. Configure AWS Security Credentials A windows form/dialog is provided to allow the user to enter AWS security credentials. The figure below shows details of a fictional account. Note that these details are not stored as part of the addin or EA, instead the security credentials are managed by the AWS SDK, and hence any other tooling that uses the SDK can also be used to manage them (e.g. AWS Toolkit for Visual Studio ). 2. Import AWS Entities into EA The .NET AWS SDK is used to query AWS and the co