Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
xeomonk
11 months agoNew Contributor
1Password Connect Server with AWS Fargate
I'm trying to deploy the 1Password Connect server using AWS Fargate and have followed the instructions to create the 1password-credentials.json
and token key as outlined here: https://developer.1password.com/docs/connect/get-started#step-1. I generated the Base64 string with the following command:
cat 1password-credentials.json | base64 | tr '/+' '-' | tr -d '=' | tr -d '\n'_
Afterward, I modified and deployed the CloudFormation template to fit our environment, ensuring it:
- Only allows HTTPS requests
- Tightens the load balancer security group to only allow HTTPS traffic
- Uses our VPC and public subnets.
I used this reference for AWS Fargate: https://developer.1password.com/docs/connect/aws-ecs-fargate#example.
I’m stuck on what to do next. I assumed that deploying the CloudFormation template and adding the Base64 string to the stack would authenticate the 1Password instances and Connect server in our AWS environment. Am I missing anything?
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Browser: Not Provided
No RepliesBe the first to reply