I'm trying to connect AWS Gamelift Windows 2016 instance from my local.
Procedure was simple describe-instances, get-instance-access, update-fleet-port-settings, rdp and go.
BUT :
Amazon made an update on Gamelift 5.0 or above sdk's no longer use get-instance-access. It says to use get-compute-access instead. This is written only in CLI and Amazon documents have nothing about this.
BUT :
get-compute-access doesnt provide any kind of username or secret key to access instance. Instead it provides, temporary AccessKeyID, SecretAccessKey, SessionToken. I have checked their documentation here. What I see here is it gives credentials of gamelift s3.
BUT :
When I tried to connect it via WinSCP, selected protocol as s3 placed accesskeyid, secretaccesskey, sessiontoken ( session token is in the advanced tab only), it gives me access denied.
I couldnt find good documentary for it, could you please forward me some stuff to solve this ?
AWS Gamelift Windows Access With SDK 5 or Above
144 Views Asked by Omrum Cetin At
0
There are 0 best solutions below
Related Questions in WINDOWS
- Get Maximum Log Size
- Debugging Windows Services while starting
- Possible consequences of duplicate ProgId for different classes
- How to chain BCryptEncrypt and BCryptDecrypt calls using AES in GCM mode?
- mingw-64 conflicting declarations when cross-compiling
- I run an EXE program from a Windows Service but I can't see form C#?
- Why is PowerShell "not recognized" when installing Chocolatey?
- How to check if Windows device is phone or tablet/pc?
- How to add directories to Cygwin gcc default search path
- Can't install anything with pip2 on Windows 7 due to UnicodeDecodeError
- Active directory and linux nslcd binding without extending the AD schema
- How To Prevent Over Scrolling in Scroll Viewer Windows Phone 8.1
- Unicode error from pip install
- Where is the 'EnablePinning' property in the ribbon framework's recent items?
- How can I implement the same models and data across ASP.NET and Windows Apps
Related Questions in AMAZON-WEB-SERVICES
- "Access Denied" - User's Permissions to S3 Bucket
- Cohort analysis with Amazon Redshift / PostgreSQL
- Using Amazon KMS service on Heroku
- can't ssh in after cloning an EC2 instance on Amazon AWS
- Using HDFS with Apache Spark on Amazon EC2
- How can I access Mule ESB Community edition via browser?
- AWS EC2: Migrating from Windows to Linux Server
- AWS ELB Load Balancer: is it possible to set multiple session cookies?
- AWS Flow Framework: Can we run activity worker and activity task on different EC2 instances
- Unable to access files from public s3 bucket with boto
- Cloudfront stream only part of the video
- s3cmd not working as cron-task when echos/dates are added
- How to deploy django 1.8 on Elastic Beanstalk using Docker
- InstanceProfile is required for creating cluster - create python function to install module
- How to fix WordPress HTTPS issues when behind an Amazon Load Balancer?
Related Questions in RDP
- Can't connect in RDP on an Azure VM
- How to remove "Remote desktop disconnected" window and close mstsc.exe
- Preventing incoming (RDP) access from AWS VPC
- OpenGL issue while running QML application under RDP
- Login to the Remote Desktop using WindowsIdentity
- How to fix blank screen if application is swithed in RDP
- cant connect google instance via RDP
- TeamCity Console Agent
- AWS EC2 Instance RDP stop working intermittently
- [RDP-LYNC]How to sharing desktops or applications to Lync client or server?Is there any third-party libraries to implement RDP protocol?
- RemoteDesktopProtocol In IOS
- Android: Debugging over RDP
- How To Setup Local Tunnel Through Windows Remote Desktop
- Send Special Keys Over Remote Desktop
- Trouble with sending input via RDP by all known ways
Related Questions in FLEET
- Why is my systemd unit not reading env variables properly?
- How to launch a docker with fleet given a dockerfile?
- Where should I keep service files for a CoreOS cluster, and how should I load them?
- swarm, kubernetes or mesos for batch processing jobs
- AWS gamelift fleet creation error : SERVER_PROCESS_TERMINATED_UNHEALTHY
- Kibana Fleet server is offline
- How to add Fleet IDE for windows context menu "Open folder with..."
- Fleet .NET project. Missing dependencies
- Fleet Run Configuration Maven Build
- Fleetctl uses /root/.ssh instead of remote machine using /home/core/.ssh
- Containers dependency with etcd keys
- while executing gpx file in curl it is saying lattitude is missing
- Fleet bash terminal is not recognising commands
- No downtime replacement of EC2 fleet
- Calculate the shortest route using the fleet telematic API
Related Questions in AMAZON-GAMELIFT
- AWS gamelift fleet creation error : SERVER_PROCESS_TERMINATED_UNHEALTHY
- Gamelift Unity server build not running issue. InitSDK() was not called in time
- Unity using AWS Gamelift. Editor fine, but NotSupportedException in build to IOS
- How can I fix this error I get when I try to build the GameLift Server SDK with msbuild?
- How to connect a web app to a gamefleet instance?
- Failed to create AmazonGameLiftClient in Unity3d
- Testing Gamelift in local, can only create 1 game session?
- Web Socket Cannot send message and disconnected from Game Lift
- Adding AWS GameLift policies for uploading new builds
- How to fix this Matchmaking Rule set for AWS Game Lift
- AWS GameLift: Error! Cannot edit fleet. Launch path must begin with '/local/game'
- How to integrate GameLift with Unity3d as a game client
- Including Boost ASIO conflicts with Amazon Gamelift SDK
- Google.Protobuf.Reflection is not working with il2cpp scripting in Unity
- Which Gamelift instance should I use to handle 1 million players concurrently?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?