Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
326.96 KB
MD5: 78a6eed2a9446b1069a44c191df581b4
SHA-1: c6dc1012137a7ecf7c365c534391bd107906346f
SHA-256: a3870eeb31f9700f3303434ce446866341c65437c6e24df0417997628d3810ce
Download zip
682.04 KB
MD5: aaa820e8826b29a6d4c29af94bb6d2e8
SHA-1: 7be6f5ee8eb16f4fd422a4cbdf6118e098250159
SHA-256: b257d27697ef2235cc5b528556b1be7bce6ecf25e5ba817027aac40b004b1589
Release notes
- Improved:
- Check the cost of a Instance Type from the ServerTemplate listing page
- Check the cost of a Instance Type from the Instance view and All Instances listing page
- Check the cost of a Instance Type from the Instance listing page (2)
- Add a link to update "Instance Type Prices" when showing error Instance Types not found
- Adjust permissions for "Cloud Service Providers" and "AWS Cloud Profile" views listing pages
- Make vpc id field required on security group
- Add copy function to security group
- Check the cost of a Instance Type from the Instance listing page
- Add a permission to view all cloud regions
- Supported:
- Bug fixes:
- Fix Internal Server Error: Symfony\Component\Routing\Exception\MissingMandatoryParametersException in ServerTemplate breadcrumbs.
- Fix an error thrown by aws_cloud_get_unused_snapshots() if there are no volumes or snapshots imported into the system
- Fix admin/config page error after installing AWS Cloud
- Fix Internal Server Error: Call to a member function get() on null in Image ID field in ServerTemplate while copying ServerTemplate
- Fix misspelling in AWS configuration page
- Fix to update the name field of to sync with AWS
- Fix an internal server error while saving an instance info w/ an empty instance name
- Fix the bugs in ElasticIpDisassociateForm
- Filtering for AWS Cloud Profile and Cloud Service Provider is switched around
- Fix the issue of ssh key list on create/edit ServerTemplate page
- Fix the feature of "Copy ServerTemplate"
- Refactoring:
- Refactor the routing on each entity (AWS resources)
- Refactor to change to ID from Id
- Hide the "Publishing status" check box in Cloud Service Provider and Cloud Server Template
- Refactor the created field on display/edit pages of each entities
- Remove Cloud Type field in AwsCloudConfigPlugin
- Refactor the order of fields on Create/Edit forms
- Refactor the permission on each entity
- Align the specification of description fields
- Hide the unused $instance_types in Drupal\aws_cloud\Service\AwsEc2Service.php
- Refactor to remove the unused ListBuilder classes
- Adjust aws_cloud module to support another cloud module extending its functionality
- Align the prefix for each tags on AWS resources
- Refactor Cloud ID (Cloud Context) in create / edit forms
- Complied with Drupal Coding Standards: