Tag: AWS

Self host Bitwarden in AWS

I’ve used a number of different password managers over the years.  I was a LastPass user for a long time, but recently felt compelled to take a look at other options in this space.  After a number of evaluations, I’ve settled on a new option: Bitwarden. My two favorite parts about BitWarden: There is a self-host option, and the project is open source.  There are a number of different open source implementations of various aspects of the project, which is awesome. I decided to deploy my self-hosted Bitwarden deployment in AWS.  My first decision to make was “how should I […]

Run a Windows 10 Instance in AWS EC2

You want a Microsoft Windows 10 instance in your EC2 environment.  Maybe its for a jump box, maybe its for direct access to some RDS instances or other services.  Whatever the case, you went to AWS figuring you’d launch a new Windows 10 instance, and then you realized: Windows 10 isn’t one of the choices. Its true, Windows 10 is not one of the pre-built AMIs offered by AWS.  So how do you get yourself a Windows 10 instance running up there?  Fear not!  Thats what this guide is for.  I’ll show you all the steps to get a Windows […]

Move an Existing VM into AWS EC2

AWS Logo

You want to move a VM into AWS EC2 with as little knowledge as possible, right?  You don’t care to become an expert in AWS, you just want enough to get the job done.  Here is what you have to do, how to do it, and how long it will take. Time it: For a 15GB VM, this entire guide can take up to 4hrs to complete, depending on connection speed and VM size.  Most of that time is waiting on uploads and conversions. I’m going to assume: You already have an AWS root account.  If not, follow this guide […]

Link Personal AWS Certs to Company APN account

AWS Logo

To be an Amazon Web Services (AWS) partner, there are requirements for people at your company to have various certifications. The higher the level of partnership, the more certifications you need. As a result, your company will always want to make sure they are aware of any AWS certifications you have. I have AWS certifications that were earned under my personal AWS Training and Certification account. I would like my company to benefit from these certifications from an AWS partner network (APN) perspective. So how do I link personal certifications into my company APN profile? I actually searched around and […]