ADDF shared responsibility model
The shared
responsibility model
-
AWS – The cloud infrastructure provider offering AWS services.
-
ADDF core team – The ADDF core team is the entity that publishes ADDF releases in the ADDF repository
(GitHub). -
ADDF user – ADDF users include, but aren't limited to:
-
ADDF developer – Anyone that changes, customizes, or creates new ADDF module code.
-
ADDF operator – Anyone that sets up and operates an ADDF instance.
-
ADAS developer – The end-user or consumer of the resources deployed by ADDF. For example, an ADAS developer can query a visualization frontend that was created as part of the ADDF deployment.
-
The following diagram summarizes the shared responsibility between AWS, the ADDF core team, and the ADDF user.

AWS responsibility
AWS is responsible for protecting the infrastructure that runs all of the services
offered in the AWS Cloud, as defined in the AWS shared responsibility
model
ADDF core team responsibility
The ADDF core team provides a framework that is secure in itself, on a best-effort
basis, according to Apache License 2.0
-
Periodic security reviews of releases
-
Baseline security features
-
Security-hardened default modules (This excludes any modules in the
/modules/demo-only/
folder. Those modules are only for proof-of-concept purposes and don't receive security hardening.) -
Security-hardened deployment and orchestration framework
These security responsibilities extend only to the framework, as provided in the
GitHub repository, without any modifications or customization. This includes all ADDF
modules, except ADDF modules in the modules/demo-only/
folder. ADDF
modules in this folder aren't security hardened and shouldn't be deployed in production
environments or in any environment with sensitive or protected data. These modules are
included to showcase system capabilities, and you can use them as the base for creating
your own customized, security-hardened modules.
Note
ADDF as a framework is delivered on an as-is basis. It doesn't come with any
liability and warranty, as stated in the Apache License 2.0
ADDF user responsibility
ADDF and its modules are secure only if ADDF is set up, customized, and operated in a secure manner. The ADDF user is fully responsible for the security of the following:
-
General AWS account responsibilities:
-
Security controls and checks (directive, detective, preventive, and responsive)
-
Multi-account architecture
-
Networking design
-
Identity and access management
-
-
ADDF-specific responsibilities:
-
ADDF setup
-
ADDF customization
-
ADDF module development
-
ADDF operations
-
ADDF updates
-
General AWS account responsibilities
Before you deploy any ADDF-related resources into AWS accounts, your
AWS accounts should be configured according to the best practices in the AWS Well-Architected Framework
ADDF-specific responsibilities
Secure ADDF setup
An ADDF user's responsibility starts with the secure setup of ADDF
according to the ADDF documentation. We highly recommend that you follow the
instructions in the ADDF Deployment Guide
Secure ADDF customization
In case of any customization of ADDF core functionality, such as CodeSeeder, SeedFarmer, and ADDF core modules, the ADDF user assumes full responsibility for those changes. For more information, see Customizing the ADDF deployment framework code.
Secure ADDF module development
The ADDF user is fully responsible for any custom module that is deployed using ADDF. Furthermore, the ADDF user is responsible for any code changes to ADDF-supplied modules. For more information, see Writing custom modules in ADDF.
Secure ADDF updates and operations
As the framework evolves, ADDF receives feature and security updates. It is the ADDF user's responsibility to regularly check for updates published to the GitHub repository and to operate ADDF securely over the long-term. For more information, see Reoccurring ADDF deployments, Reoccurring security audits, ADDF updates, and Decommissioning.