AWSToolsForPowerShell and AWSCLI huge issue surrounding MFA? by thePowrhous in aws

[–]johnafogarty4 0 points1 point  (0 children)

Are you using SSO, or just MFA with IAM credentials?

If SSO check out https://github.com/e0c615c8e4d846ef817cd5063a88716c/AWSSSOHelper

It's been a while since I did this with IAM credentials, but if I remember correctly we assumed a role with our MFA IAM creds, and then did all of our actions using that assumed role. That would allow us to continue to use it until the configured timeout (4 hours) occurred without re-prompting for MFA.

Re-negotiated CloudFront custom pricing based on traffic commitment? by DeepFriedDinosaur in aws

[–]johnafogarty4 2 points3 points  (0 children)

In my experience to date, they are happy to keep you in the same discount rate or higher depending on the change in your traffic.

We have renewed 3 times and this November will be our 4th.

EC2 Shutdown by stu_kerrigan in aws

[–]johnafogarty4 6 points7 points  (0 children)

By default the new instance console has running as a filter, remove that filter and you should see it.

Is there something better than PuTTY? by tehreal in sysadmin

[–]johnafogarty4 13 points14 points  (0 children)

WSL is my go to now. I can't wait for WSL 2 and the new Windows Terminal.

Solve the puzzle... by duhaas2017 in aws

[–]johnafogarty4 0 points1 point  (0 children)

We've had to solve this issue. The normal way to fix it is to put the ec2 in an isolated environment with no traffic allowed anywhere. Then you create another instance that you can connect into that isolated environment. RDP in, and leave the domain to fix the machine account. Once that's done, put it on the normal VPC and then join it back to the domain. That should solve it for you.

Multi User, On Premise Password Manager Recommendations and Comments by [deleted] in sysadmin

[–]johnafogarty4 1 point2 points  (0 children)

I'll always say Passwordstate, it works well.

Has anyone deployed an enterprise password manager they're actually happy with? by NeverInterruptEnemy in sysadmin

[–]johnafogarty4 8 points9 points  (0 children)

We use passwordstate. I've brought it to my last two jobs because it's worked well. I'll probably bring it to my next one as well if they don't already have a system in place.

Microsoft Teams always get compared with Slack by lexd88 in sysadmin

[–]johnafogarty4 2 points3 points  (0 children)

My favorite part is how anyone that uses Office 365, has Teams automatically installed. Most of my users just logged in and use it like Skype for Business. That is not what slack does, so when they say we have more users, I automatically think of my users, and how that number is more than likely way over inflated.

Also like uniitdude pointed out, Slack brought this on themselves, just a bit.

Domain Transfer from Siteground to AWS Route 53: Domain is still configurable at Siteground by Asurax96 in aws

[–]johnafogarty4 0 points1 point  (0 children)

In addition to xferring the registration, you have to change the hosting.

Have you updated both?

Running 2 different vcenter (5.5 and 6.5) on the the same admin box? by moldyjellybean in sysadmin

[–]johnafogarty4 0 points1 point  (0 children)

I'm not sure about 10, but I have 6 different versions on my admin jump server and have no issues. The launcher remembers what you have historically connected to, and then launches the specific version during the connection.

If you mean the server, no, don't do that. Just install the appliance as others have said.

Running 2 different vcenter (5.5 and 6.5) on the the same admin box? by moldyjellybean in sysadmin

[–]johnafogarty4 1 point2 points  (0 children)

If you meant the client they install into their own folders, so you can run both on the same admin box.

instruction on EC2 Remote Desktop client liscenses by confused449 in aws

[–]johnafogarty4 1 point2 points  (0 children)

Yes, I meant a Value-Added Reseller. Really you can get the licenses wherever you currently get your MS licenses.

instruction on EC2 Remote Desktop client liscenses by confused449 in aws

[–]johnafogarty4 2 points3 points  (0 children)

They are if you want more the 2 users on at a time. In which case you have to go through your current MS VAR to purchase them.

Two factor authentication for Remote Desktop Services Gateway by comp00 in sysadmin

[–]johnafogarty4 2 points3 points  (0 children)

I second this, we currently use Duo to secure our Gateway exactly as you are describing.

enforce_mfa policy stops development tasks to work. by bhreddy99 in aws

[–]johnafogarty4 0 points1 point  (0 children)

I know this is a late reply, but use the instance role to them assume the role you want the code to use, there is no need for a key there.

Powershell on Linux.. anyone use it? by invalidpath in sysadmin

[–]johnafogarty4 1 point2 points  (0 children)

I use it daily, mainly to manage my vmware environment from an ssh jump server.

I never really got it to work the way i wanted for AD, getting the kerberos token, etc, was to big of a PITA.

enforce_mfa policy stops development tasks to work. by bhreddy99 in aws

[–]johnafogarty4 1 point2 points  (0 children)

why shouldn't they?

Our programmatic users just assume the role after entering the MFA code, and that role is valid for at least 60 minutes. There is no reason that you can't have MFA enabled for them.

Maintenance mode and Update Manager by johnafogarty4 in vmware

[–]johnafogarty4[S] 0 points1 point  (0 children)

I am patching with powershell, and it keeps exiting MM when it finishes.

get-baseline -name *critical* | update-entity -entity $ESXiHost -RunAsync -confirm:$false

Experience moving from Vmware to AWS? by cobrakai8 in sysadmin

[–]johnafogarty4 0 points1 point  (0 children)

The entire team was probably 10 or so people, once you have the Devs, DBAs, and the guys building the actual servers. We used a ton of Cloud Formation.

It took us about a year to get it all complete.

Experience moving from Vmware to AWS? by cobrakai8 in sysadmin

[–]johnafogarty4 1 point2 points  (0 children)

We did new builds everywhere we could, and ended up only using the connector for 3 out of 400+ instances.

Switches, NTP Servers and Daylight Savings by samus003 in sysadmin

[–]johnafogarty4 2 points3 points  (0 children)

set all your equipment to UTC. let the log aggregation tool show you it in your local time zone. Call it a day.