Implementations of some of pluggable modules in the Antikythera Framework, using AWS services.
AntikytheraAws.Ec2.ClusterConfiguration
: callback module ofAntikytheraEal.ClusterConfiguration.Behaviour
AntikytheraAws.S3.LogStorage
: callback module ofAntikytheraEal.LogStorage.Behaviour
AntikytheraAws.S3.AssetStorage
: callback module ofAntikytheraEal.AssetStorage.Behaviour
- and some more AWS-related utilities
Other than the standard mix dependencies, AntikytheraAws
depends on the followings:
- aws-cli
- Assuming that the AWS-related features are not frequently used, interactions with AWS APIs are delegated to
aws-cli
.
- Assuming that the AWS-related features are not frequently used, interactions with AWS APIs are delegated to
- EC2 instance profile
- When making requests to AWS APIs (via
aws-cli
), IAM role stored in the EC2 instance profile is used.
- When making requests to AWS APIs (via
Copyright(c) 2015-2024 ACCESS CO., LTD. All rights reserved.
Antikythera source code is licensed under the Apache License version 2.0.