antikythera_aws

Implementations of pluggable modules in the Antikythera Framework, using AWS

APACHE-2.0 License

Downloads
23.3K
Stars
4
Committers
10

AntikytheraAws

Implementations of some of pluggable modules in the Antikythera Framework, using AWS services.

Components

  • AntikytheraAws.Ec2.ClusterConfiguration: callback module of AntikytheraEal.ClusterConfiguration.Behaviour
  • AntikytheraAws.S3.LogStorage: callback module of AntikytheraEal.LogStorage.Behaviour
  • AntikytheraAws.S3.AssetStorage: callback module of AntikytheraEal.AssetStorage.Behaviour
  • and some more AWS-related utilities

Dependencies

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.
  • EC2 instance profile
    • When making requests to AWS APIs (via aws-cli), IAM role stored in the EC2 instance profile is used.

Copyright and License

Copyright(c) 2015-2024 ACCESS CO., LTD. All rights reserved.

Antikythera source code is licensed under the Apache License version 2.0.