Earlier quoted context omitted.
How does it handle credentials? What's the potential for Vantage being hacked and the hackers gaining admin access to your users' AWS accounts?
The provided CloudFormation stack creates a Cross Account IAM Role with a list of read only permissions. We don't accept access keys or secrets. - A permissions overview is here (most aren't used for now). This list was made from the AWS-managed IAM policy of "ReadOnlyAccess" but whittled down to remove things like our ability to read from S3 Buckets or Databases: https://docs.vantage.sh/permissions/ - The latest Clo…
Show HN: Vantage – An alternative AWS console focused on developer experience
21–30 of 88 posts
Re: Show HN: Vantage – An alternative AWS console focused on developer experience
#22Which AWS services do you cover?
Re: Show HN: Vantage – An alternative AWS console focused on developer experience
#23Earlier quoted context omitted.
The provided CloudFormation stack creates a Cross Account IAM Role with a list of read only permissions. We don't accept access keys or secrets. - A permissions overview is here (most aren't used for now). This list was made from the AWS-managed IAM policy of "ReadOnlyAccess" but whittled down to remove things like our ability to read from S3 Buckets or Databases: https://docs.vantage.sh/permissions/ - The latest Clo…
for what its worth, there is a much better scoped ViewOnlyAccess managed policy that makes a much better distinction about what is reasonable read-only access (ecs:listClusters) and not reasonable read-only access (dynamodb:Query)
For example: If you only want to give us access to EC2, things should theoretically work.
To use a custom cross account IAM role all you need to do is email support@vantage.sh and we can help out with some other configuration details to get it going.
Re: Show HN: Vantage – An alternative AWS console focused on developer experience
#24Also FYI the email verification hit my spam box on Gmail.
Edit: Also is there any way to have multiple users on a Vantage account?
Re: Show HN: Vantage – An alternative AWS console focused on developer experience
#25I think there needs to be better pricing. I know pricing is hard but there should at least be a call to action if you have much a much bigger spend than what is on the pricing page.
The answer is essentially we have custom plans available and you just need to contact support@vantage.sh - we just want to understand your scale and use case. In some cases we aren't the right fit right now. For example, we spoke to a company with ~$20M in monthly AWS costs and told them we need to get back to them before we can realistically support them.
We'll hopefully have this updated tomorrow. Thanks for this call-out.
Re: Show HN: Vantage – An alternative AWS console focused on developer experience
#26Am I understanding correctly that if I have over 500 a month in spend there is no free trial option? Also FYI the email verification hit my spam box on Gmail. Edit: Also is there any way to have multiple users on a Vantage account?
For example, cost transparency reports will require an upgrade to use for spend over $500 per month. The specifics are detailed on our pricing page here: https://vantage.sh/pricing
We are taking a look at what it would take to offer a free trial on our end in the future as well.
Re: Show HN: Vantage – An alternative AWS console focused on developer experience
#27Looks good, congrats! Open source alternative https://github.com/cloudquery/cloudquery
Re: Show HN: Vantage – An alternative AWS console focused on developer experience
#28Re: Show HN: Vantage – An alternative AWS console focused on developer experience
#29Re: Show HN: Vantage – An alternative AWS console focused on developer experience
#30AWS's release cadence is absolutely crazy - I can barely keep up with all the new releases. Are you planning on supporting all AWS services? If so, how are you planning on keeping up?