Subscribing to Cypienta products on AWS Marketplace
ATTACK Technique Detector
Use the link to explore the marketplace model packages in AWS. Search for
Cypienta ATTACK Technique Detector
Click on
Continue to Subscribe
.Click on the
Accept offer
button on the next page.Click on
Continue to configuration
. In the sectionSelect your launch method
, selectAWS CloudFormation
. Select theSoftware Version
as0.4
from the drop down. Select theRegion
in which you would want to deploy Cypienta products. Copy and make note of theProduct Arn
.
Temporal Clustering
Use the link to explore the marketplace model packages in AWS. Search for
Cypienta Temporal Clustering
Click on
Continue to Subscribe
.Click on the
Accept offer
button on the next page.Click on
Continue to configuration
. In the sectionSelect your launch method
, selectAWS CloudFormation
. Select theSoftware Version
as0.6
from the drop down. Select theRegion
in which you would want to deploy Cypienta products. Copy and make note of theProduct Arn
.
MITRE ATTACK Flow Detector
Use the link to explore the marketplace model packages in AWS. Search for
Cypienta MITRE ATTACK Flow Detector
Click on
Continue to Subscribe
.Click on the
Accept offer
button on the next page.Click on
Continue to configuration
. In the sectionSelect your launch method
, selectAWS CloudFormation
. Select theSoftware Version
as0.6
from the drop down. Select theRegion
in which you would want to deploy Cypienta products. Copy and make note of theProduct Arn
.
Cypienta User Interface (UI)
Subscribe to the Cypienta User Interface (UI) by clicking on
Continue to Subscribe
button.On the next page, click on
Accept terms
button to agree with the terms.Wait for the subscription confirmation page to appear. Then click on
Continue to Configuration
.Select the
Fulfillment option
asECS
. Select theSoftware version
asv0.1.2
. Then click onContinue to Launch
Click on the Copy button in the
Container images
section and make note of theCONTAINER_IMAGES
Make note of the
CONTAINER_IMAGES
from the copied snippet:aws ecr get-login-password \ --region us-east-1 | docker login \ --username AWS \ --password-stdin 709825985650.dkr.ecr.us-east-1.amazonaws.com CONTAINER_IMAGES="709825985650.dkr.ecr.us-east-1.amazonaws.com/cypienta/cytech:nginx-marketv0.0.3,709825985650.dkr.ecr.us-east-1.amazonaws.com/cypienta/cytech:marketv0.1.2" for i in $(echo $CONTAINER_IMAGES | sed "s/,/ /g"); do docker pull $i; done
Here the two images are:
Web container image: 709825985650.dkr.ecr.us-east-1.amazonaws.com/cypienta/cytech:marketv0.1.2
Nginx container image: 709825985650.dkr.ecr.us-east-1.amazonaws.com/cypienta/cytech:nginx-marketv0.0.3